Html Css Color HEX #129276 Elf Green

📋 copy color: '#129276'

red 18 ◦ green 146 ◦ blue 118

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

Shades of Elf Green #129276

Tints of Elf Green #129276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.77%

 BLUE value IS 118 (46.48% from 255) = 41.84%

R = 6.38%
G = 51.77%
B = 41.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#129276 (or 0x129276) is known color: Elf Green. HEX triplet: 12, 92 and 76. RGB value is (18,146,118). Sum of RGB (Red+Green+Blue) = 18+146+118=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #129276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129276 is #ED6D89. Grayscale: #686868. Windows color (decimal): -15560074 or 7770642. OLE color: 7770642.

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

Color convert

RGB 18 146 118 -
CMYK 0.88 0 0.19 0.43
HSL 166.88º 0.78% 0.32% -
HSV(B) 166.88º 0.88% 0.57% -
XYZ 13.8 21.99 20.66 -
YUV 104.54 135.59 66.28 -
System Red Green Blue C M Y K H S L
Decimal 18 146 118 0.88 0 0.19 0.43 166.88 0.78 0.32
Hex 12 92 76 58 0 13 2B A7 4E 20
Octal 22 222 166 130 0 23 53 247 116 40
Binary 10010 10010010 1110110 1011000 0 10011 101011 10100111 1001110 100000

Color Harmonies of #129276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129276

Black with #129276

Text Example


Text Example

White with #129276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129276; }

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

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

background-color css

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

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

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

border-color css

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

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

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