#129079

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

Shades of Elf Green #129079

Tints of Elf Green #129079

Color information

#129079 (or 0x129079) is unknown color: approx Elf Green. HEX triplet: 12, 90 and 79. RGB value is (18,144,121). Sum of RGB (Red+Green+Blue) = 18+144+121=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 144 (56.64% from 255 or 50.88% from 283); Blue value is 121 (47.66% from 255 or 42.76% from 283); Max value from RGB is 144 - color contains mainly: green. Hex color #129079 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129079 is #ED6F86. Grayscale: #676767. Windows color (decimal): -15560583 or 7966738. OLE color: 7966738.

HSL color Cylindrical-coordinate representation of color #129079: hue angle of 169.05º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129079 is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB18144121-
CMYK0.8800.160.44
HSL169.05º77.78%31.76%-
HSV(B)169.05º87.5%56.47%-
XYZ13.6721.4621.51-
YUV103.7137.7666.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 144 (56.64% from 255) = 50.88%
BLUE value IS 121 (47.66% from 255) = 42.76%
R=6.36%
G=50.88%
B=42.76%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal181441210.8800.160.44169.0577.7831.76
Hex129079580102Ca94e20
Octal222201711300205425111640
Binary100101001000011110011011000010000101100101010011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129079; }

 p { color: rgb(18,144,121); }

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

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

 a { background-color: rgb(18,144,121); }

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

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

 span { border-color: rgb(18,144,121); }

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