Html Css Color HEX #129072 Elf Green

📋 copy color: '#129072'

red 18 ◦ green 144 ◦ blue 114

#129072
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #129072

Tints of Elf Green #129072

RGB

 RED value IS 18 (7.42% from 255) = 6.52%

 GREEN value IS 144 (56.64% from 255) = 52.17%

 BLUE value IS 114 (44.92% from 255) = 41.3%

R = 6.52%
G = 52.17%
B = 41.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#129072 (or 0x129072) is known color: Elf Green. HEX triplet: 12, 90 and 72. RGB value is (18,144,114). Sum of RGB (Red+Green+Blue) = 18+144+114=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #129072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129072 is #ED6F8D. Grayscale: #666666. Windows color (decimal): -15560590 or 7507986. OLE color: 7507986.

HSL color Cylindrical-coordinate representation of color #129072: hue angle of 165.71º 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 #129072 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 144 114 -
CMYK 0.88 0 0.21 0.44
HSL 165.71º 0.78% 0.32% -
HSV(B) 165.71º 0.88% 0.56% -
XYZ 13.26 21.29 19.33 -
YUV 102.91 134.26 67.44 -
System Red Green Blue C M Y K H S L
Decimal 18 144 114 0.88 0 0.21 0.44 165.71 0.78 0.32
Hex 12 90 72 58 0 15 2C A6 4E 20
Octal 22 220 162 130 0 25 54 246 116 40
Binary 10010 10010000 1110010 1011000 0 10101 101100 10100110 1001110 100000

Color Harmonies of #129072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129072

Black with #129072

Text Example


Text Example

White with #129072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129072; }

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

 H1.HeaderClassName
 {
   color: #129072;
 }
 .AnyTagClassName
 {
   color: #129072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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