Html Css Color HEX #129165 Elf Green

📋 copy color: '#129165'

red 18 ◦ green 145 ◦ blue 101

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

Shades of Elf Green #129165

Tints of Elf Green #129165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.26%

R = 6.82%
G = 54.92%
B = 38.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#129165 (or 0x129165) is known color: Elf Green. HEX triplet: 12, 91 and 65. RGB value is (18,145,101). Sum of RGB (Red+Green+Blue) = 18+145+101=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #129165 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129165 is #ED6E9A. Grayscale: #666666. Windows color (decimal): -15560347 or 6656274. OLE color: 6656274.

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

Color convert

RGB 18 145 101 -
CMYK 0.88 0 0.30 0.43
HSL 159.21º 0.78% 0.32% -
HSV(B) 159.21º 0.88% 0.57% -
XYZ 12.72 21.32 15.76 -
YUV 102.01 127.42 68.08 -
System Red Green Blue C M Y K H S L
Decimal 18 145 101 0.88 0 0.30 0.43 159.21 0.78 0.32
Hex 12 91 65 58 0 1E 2B 9F 4E 20
Octal 22 221 145 130 0 36 53 237 116 40
Binary 10010 10010001 1100101 1011000 0 11110 101011 10011111 1001110 100000

Color Harmonies of #129165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129165

Black with #129165

Text Example


Text Example

White with #129165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129165; }

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

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

background-color css

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

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

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

border-color css

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

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

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