Html Css Color HEX #129672 Elf Green

📋 copy color: '#129672'

red 18 ◦ green 150 ◦ blue 114

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

Shades of Elf Green #129672

Tints of Elf Green #129672

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.19%

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

R = 6.38%
G = 53.19%
B = 40.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#129672 (or 0x129672) is known color: Elf Green. HEX triplet: 12, 96 and 72. RGB value is (18,150,114). Sum of RGB (Red+Green+Blue) = 18+150+114=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #129672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129672 is #ED698D. Grayscale: #6A6A6A. Windows color (decimal): -15559054 or 7509522. OLE color: 7509522.

HSL color Cylindrical-coordinate representation of color #129672: hue angle of 163.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129672 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 114 -
CMYK 0.88 0 0.24 0.41
HSL 163.64º 0.79% 0.33% -
HSV(B) 163.64º 0.88% 0.59% -
XYZ 14.19 23.16 19.64 -
YUV 106.43 132.27 64.93 -
System Red Green Blue C M Y K H S L
Decimal 18 150 114 0.88 0 0.24 0.41 163.64 0.79 0.33
Hex 12 96 72 58 0 18 29 A4 4F 21
Octal 22 226 162 130 0 30 51 244 117 41
Binary 10010 10010110 1110010 1011000 0 11000 101001 10100100 1001111 100001

Color Harmonies of #129672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129672

Black with #129672

Text Example


Text Example

White with #129672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129672; }

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

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

background-color css

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

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

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

border-color css

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

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

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