#169864

Color #169864 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #169864

Tints of Elf Green #169864

Color information

#169864 (or 0x169864) is unknown color: approx Elf Green. HEX triplet: 16, 98 and 64. RGB value is (22,152,100). Sum of RGB (Red+Green+Blue) = 22+152+100=274 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8.03% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 100 (39.45% from 255 or 36.50% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #169864 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169864 is #E9679B. Grayscale: #6B6B6B. Windows color (decimal): -15296412 or 6592534. OLE color: 6592534.

HSL color Cylindrical-coordinate representation of color #169864: hue angle of 156º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #169864 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB22152100-
CMYK0.8600.340.40
HSL156º74.71%34.12%-
HSV(B)156º85.53%59.61%-
XYZ13.8623.5515.87-
YUV107.2123.9367.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.03%
GREEN value IS 152 (59.77% from 255) = 55.47%
BLUE value IS 100 (39.45% from 255) = 36.50%
R=8.03%
G=55.47%
B=36.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221521000.8600.340.4015674.7134.12
Hex16986456022289c4b22
Octal262301441260425023411342
Binary1011010011000110010010101100100010101000100111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169864; }

 p { color: rgb(22,152,100); }

 H1.HeaderClassName
 {
   color: #169864;
 }
 .AnyTagClassName
 {
   color: #169864;
 }
</style>
background-color css

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

 a { background-color: rgb(22,152,100); }

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

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

 span { border-color: rgb(22,152,100); }

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