#168862

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

Shades of Elf Green #168862

Tints of Elf Green #168862

Color information

#168862 (or 0x168862) is unknown color: approx Elf Green. HEX triplet: 16, 88 and 62. RGB value is (22,136,98). Sum of RGB (Red+Green+Blue) = 22+136+98=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #168862 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168862 is #E9779D. Grayscale: #616161. Windows color (decimal): -15300510 or 6457366. OLE color: 6457366.

HSL color Cylindrical-coordinate representation of color #168862: hue angle of 160º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168862 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB2213698-
CMYK0.8400.280.47
HSL160º72.15%30.98%-
HSV(B)160º83.82%53.33%-
XYZ11.3418.6614.56-
YUV97.58128.2374.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.59%
GREEN value IS 136 (53.52% from 255) = 53.12%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=8.59%
G=53.12%
B=38.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22136980.8400.280.4716072.1530.98
Hex1688625401C2Fa0481f
Octal262101421240345724011037
Binary10110100010001100010101010001110010111110100000100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168862; }

 p { color: rgb(22,136,98); }

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

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

 a { background-color: rgb(22,136,98); }

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

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

 span { border-color: rgb(22,136,98); }

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