Html Css Color HEX #129168 Elf Green

📋 copy color: '#129168'

red 18 ◦ green 145 ◦ blue 104

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

Shades of Elf Green #129168

Tints of Elf Green #129168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.95%

R = 6.74%
G = 54.31%
B = 38.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#129168 (or 0x129168) is known color: Elf Green. HEX triplet: 12, 91 and 68. RGB value is (18,145,104). Sum of RGB (Red+Green+Blue) = 18+145+104=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 104 (41.02% from 255 or 38.95% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #129168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #129168 is #ED6E97. Grayscale: #666666. Windows color (decimal): -15560344 or 6852882. OLE color: 6852882.

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

Color convert

RGB 18 145 104 -
CMYK 0.88 0 0.28 0.43
HSL 160.63º 0.78% 0.32% -
HSV(B) 160.63º 0.88% 0.57% -
XYZ 12.87 21.38 16.54 -
YUV 102.35 128.92 67.83 -
System Red Green Blue C M Y K H S L
Decimal 18 145 104 0.88 0 0.28 0.43 160.63 0.78 0.32
Hex 12 91 68 58 0 1C 2B A1 4E 20
Octal 22 221 150 130 0 34 53 241 116 40
Binary 10010 10010001 1101000 1011000 0 11100 101011 10100001 1001110 100000

Color Harmonies of #129168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129168

Black with #129168

Text Example


Text Example

White with #129168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129168; }

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

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

background-color css

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

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

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

border-color css

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

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

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