Html Css Color HEX #129175 Elf Green

📋 copy color: '#129175'

red 18 ◦ green 145 ◦ blue 117

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

Shades of Elf Green #129175

Tints of Elf Green #129175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.79%

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 6.43%
G = 51.79%
B = 41.79%

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

#129175 (or 0x129175) is known color: Elf Green. HEX triplet: 12, 91 and 75. RGB value is (18,145,117). Sum of RGB (Red+Green+Blue) = 18+145+117=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #129175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129175 is #ED6E8A. Grayscale: #676767. Windows color (decimal): -15560331 or 7704850. OLE color: 7704850.

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

Color convert

RGB 18 145 117 -
CMYK 0.88 0 0.19 0.43
HSL 166.77º 0.78% 0.32% -
HSV(B) 166.77º 0.88% 0.57% -
XYZ 13.59 21.66 20.3 -
YUV 103.84 135.42 66.78 -
System Red Green Blue C M Y K H S L
Decimal 18 145 117 0.88 0 0.19 0.43 166.77 0.78 0.32
Hex 12 91 75 58 0 13 2B A7 4E 20
Octal 22 221 165 130 0 23 53 247 116 40
Binary 10010 10010001 1110101 1011000 0 10011 101011 10100111 1001110 100000

Color Harmonies of #129175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129175

Black with #129175

Text Example


Text Example

White with #129175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129175; }

 p { color: rgb(18,145,117); }

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

background-color css

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

 a { background-color: rgb(18,145,117); }

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

border-color css

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

 span { border-color: rgb(18,145,117); }

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