Html Css Color HEX #129376 Elf Green

📋 copy color: '#129376'

red 18 ◦ green 147 ◦ blue 118

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

Shades of Elf Green #129376

Tints of Elf Green #129376

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.94%

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

R = 6.36%
G = 51.94%
B = 41.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#129376 (or 0x129376) is known color: Elf Green. HEX triplet: 12, 93 and 76. RGB value is (18,147,118). Sum of RGB (Red+Green+Blue) = 18+147+118=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 118 (46.48% from 255 or 41.70% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #129376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129376 is #ED6C89. Grayscale: #696969. Windows color (decimal): -15559818 or 7770898. OLE color: 7770898.

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

Color convert

RGB 18 147 118 -
CMYK 0.88 0 0.20 0.42
HSL 166.51º 0.78% 0.32% -
HSV(B) 166.51º 0.88% 0.58% -
XYZ 13.95 22.3 20.71 -
YUV 105.12 135.26 65.86 -
System Red Green Blue C M Y K H S L
Decimal 18 147 118 0.88 0 0.20 0.42 166.51 0.78 0.32
Hex 12 93 76 58 0 14 2A A7 4E 20
Octal 22 223 166 130 0 24 52 247 116 40
Binary 10010 10010011 1110110 1011000 0 10100 101010 10100111 1001110 100000

Color Harmonies of #129376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129376

Black with #129376

Text Example


Text Example

White with #129376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129376; }

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

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

background-color css

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

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

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

border-color css

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

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

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