Html Css Color HEX #129477 Elf Green

📋 copy color: '#129477'

red 18 ◦ green 148 ◦ blue 119

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

Shades of Elf Green #129477

Tints of Elf Green #129477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 41.75%

R = 6.32%
G = 51.93%
B = 41.75%

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

#129477 (or 0x129477) is known color: Elf Green. HEX triplet: 12, 94 and 77. RGB value is (18,148,119). Sum of RGB (Red+Green+Blue) = 18+148+119=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 119 (46.88% from 255 or 41.75% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #129477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129477 is #ED6B88. Grayscale: #696969. Windows color (decimal): -15559561 or 7836690. OLE color: 7836690.

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

Color convert

RGB 18 148 119 -
CMYK 0.88 0 0.20 0.42
HSL 166.62º 0.78% 0.33% -
HSV(B) 166.62º 0.88% 0.58% -
XYZ 14.17 22.64 21.08 -
YUV 105.82 135.43 65.36 -
System Red Green Blue C M Y K H S L
Decimal 18 148 119 0.88 0 0.20 0.42 166.62 0.78 0.33
Hex 12 94 77 58 0 14 2A A7 4E 21
Octal 22 224 167 130 0 24 52 247 116 41
Binary 10010 10010100 1110111 1011000 0 10100 101010 10100111 1001110 100001

Color Harmonies of #129477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129477

Black with #129477

Text Example


Text Example

White with #129477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129477; }

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

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

background-color css

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

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

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

border-color css

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

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

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