#128576

Color #128576 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #128576

Tints of Elf Green #128576

Color information

#128576 (or 0x128576) is unknown color: approx Elf Green. HEX triplet: 12, 85 and 76. RGB value is (18,133,118). Sum of RGB (Red+Green+Blue) = 18+133+118=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 133 (52.34% from 255 or 49.44% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 133 - color contains mainly: green. Hex color #128576 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128576 is #ED7A89. Grayscale: #606060. Windows color (decimal): -15563402 or 7767314. OLE color: 7767314.

HSL color Cylindrical-coordinate representation of color #128576: hue angle of 172.17º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128576 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB18133118-
CMYK0.8600.110.48
HSL172.17º76.16%29.61%-
HSV(B)172.17º86.47%52.16%-
XYZ11.9118.2120.03-
YUV96.9139.971.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 6.69%
GREEN value IS 133 (52.34% from 255) = 49.44%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=6.69%
G=49.44%
B=43.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181331180.8600.110.48172.1776.1629.61
Hex128576560B30ac4c1e
Octal222051661260136025411436
Binary1001010000101111011010101100101111000010101100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128576; }

 p { color: rgb(18,133,118); }

 H1.HeaderClassName
 {
   color: #128576;
 }
 .AnyTagClassName
 {
   color: #128576;
 }
</style>
background-color css

<style>
 a { background-color: #128576; }

 a { background-color: rgb(18,133,118); }

 div.DivClassName
 {
   background-color: #128576;
 }
 .BgClassName
 {
   background-color: #128576;
 }
</style>
border-color css

<style>
 span { border-color: #128576; }

 span { border-color: rgb(18,133,118); }

 td.TdClassName
 {
   border-color: #128576;
 }
 .TagClassName
 {
   border-color: #128576;
 }
</style>