Html Css Color HEX #129173 Elf Green

📋 copy color: '#129173'

red 18 ◦ green 145 ◦ blue 115

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

Shades of Elf Green #129173

Tints of Elf Green #129173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 41.37%

R = 6.47%
G = 52.16%
B = 41.37%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#129173 (or 0x129173) is known color: Elf Green. HEX triplet: 12, 91 and 73. RGB value is (18,145,115). Sum of RGB (Red+Green+Blue) = 18+145+115=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #129173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129173 is #ED6E8C. Grayscale: #676767. Windows color (decimal): -15560333 or 7573778. OLE color: 7573778.

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

Color convert

RGB 18 145 115 -
CMYK 0.88 0 0.21 0.43
HSL 165.83º 0.78% 0.32% -
HSV(B) 165.83º 0.88% 0.57% -
XYZ 13.47 21.62 19.68 -
YUV 103.61 134.42 66.94 -
System Red Green Blue C M Y K H S L
Decimal 18 145 115 0.88 0 0.21 0.43 165.83 0.78 0.32
Hex 12 91 73 58 0 15 2B A6 4E 20
Octal 22 221 163 130 0 25 53 246 116 40
Binary 10010 10010001 1110011 1011000 0 10101 101011 10100110 1001110 100000

Color Harmonies of #129173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129173

Black with #129173

Text Example


Text Example

White with #129173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129173; }

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

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

background-color css

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

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

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

border-color css

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

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

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