Html Css Color HEX #129476 Elf Green

📋 copy color: '#129476'

red 18 ◦ green 148 ◦ blue 118

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

Shades of Elf Green #129476

Tints of Elf Green #129476

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.11%

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

R = 6.34%
G = 52.11%
B = 41.55%

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

#129476 (or 0x129476) is known color: Elf Green. HEX triplet: 12, 94 and 76. RGB value is (18,148,118). Sum of RGB (Red+Green+Blue) = 18+148+118=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #129476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129476 is #ED6B89. Grayscale: #696969. Windows color (decimal): -15559562 or 7771154. OLE color: 7771154.

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

Color convert

RGB 18 148 118 -
CMYK 0.88 0 0.20 0.42
HSL 166.15º 0.78% 0.33% -
HSV(B) 166.15º 0.88% 0.58% -
XYZ 14.11 22.62 20.76 -
YUV 105.71 134.93 65.44 -
System Red Green Blue C M Y K H S L
Decimal 18 148 118 0.88 0 0.20 0.42 166.15 0.78 0.33
Hex 12 94 76 58 0 14 2A A6 4E 21
Octal 22 224 166 130 0 24 52 246 116 41
Binary 10010 10010100 1110110 1011000 0 10100 101010 10100110 1001110 100001

Color Harmonies of #129476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129476

Black with #129476

Text Example


Text Example

White with #129476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129476; }

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

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

background-color css

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

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

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

border-color css

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

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

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