#129572

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

Shades of Elf Green #129572

Tints of Elf Green #129572

Color information

#129572 (or 0x129572) is unknown color: approx Elf Green. HEX triplet: 12, 95 and 72. RGB value is (18,149,114). Sum of RGB (Red+Green+Blue) = 18+149+114=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 114 (44.92% from 255 or 40.57% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #129572 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129572 is #ED6A8D. Grayscale: #696969. Windows color (decimal): -15559310 or 7509266. OLE color: 7509266.

HSL color Cylindrical-coordinate representation of color #129572: hue angle of 163.97º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129572 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB18149114-
CMYK0.8800.230.42
HSL163.97º78.44%32.75%-
HSV(B)163.97º87.92%58.43%-
XYZ14.0322.8419.59-
YUV105.84132.665.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.41%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 114 (44.92% from 255) = 40.57%
R=6.41%
G=53.02%
B=40.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181491140.8800.230.42163.9778.4432.75
Hex129572580172Aa44e21
Octal222251621300275224411641
Binary100101001010111100101011000010111101010101001001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129572; }

 p { color: rgb(18,149,114); }

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

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

 a { background-color: rgb(18,149,114); }

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

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

 span { border-color: rgb(18,149,114); }

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