Html Css Color HEX #129170 Elf Green

📋 copy color: '#129170'

red 18 ◦ green 145 ◦ blue 112

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

Shades of Elf Green #129170

Tints of Elf Green #129170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.73%

R = 6.55%
G = 52.73%
B = 40.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#129170 (or 0x129170) is known color: Elf Green. HEX triplet: 12, 91 and 70. RGB value is (18,145,112). Sum of RGB (Red+Green+Blue) = 18+145+112=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 145 (57.03% from 255 or 52.73% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 145 - color contains mainly: green. Hex color #129170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129170 is #ED6E8F. Grayscale: #676767. Windows color (decimal): -15560336 or 7377170. OLE color: 7377170.

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

Color convert

RGB 18 145 112 -
CMYK 0.88 0 0.23 0.43
HSL 164.41º 0.78% 0.32% -
HSV(B) 164.41º 0.88% 0.57% -
XYZ 13.3 21.55 18.79 -
YUV 103.27 132.92 67.18 -
System Red Green Blue C M Y K H S L
Decimal 18 145 112 0.88 0 0.23 0.43 164.41 0.78 0.32
Hex 12 91 70 58 0 17 2B A4 4E 20
Octal 22 221 160 130 0 27 53 244 116 40
Binary 10010 10010001 1110000 1011000 0 10111 101011 10100100 1001110 100000

Color Harmonies of #129170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129170

Black with #129170

Text Example


Text Example

White with #129170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129170; }

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

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

background-color css

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

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

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

border-color css

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

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

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