#169865

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

Shades of Elf Green #169865

Tints of Elf Green #169865

Color information

#169865 (or 0x169865) is unknown color: approx Elf Green. HEX triplet: 16, 98 and 65. RGB value is (22,152,101). Sum of RGB (Red+Green+Blue) = 22+152+101=275 (36% of max value = 765). Red value is 22 (8.98% from 255 or 8% from 275); Green value is 152 (59.77% from 255 or 55.27% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 152 - color contains mainly: green. Hex color #169865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169865 is #E9679A. Grayscale: #6B6B6B. Windows color (decimal): -15296411 or 6658070. OLE color: 6658070.

HSL color Cylindrical-coordinate representation of color #169865: hue angle of 156.46º 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 #169865 is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB22152101-
CMYK0.8600.340.40
HSL156.46º74.71%34.12%-
HSV(B)156.46º85.53%59.61%-
XYZ13.9123.5716.13-
YUV107.32124.4367.15-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8%
GREEN value IS 152 (59.77% from 255) = 55.27%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=8%
G=55.27%
B=36.73%

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
Decimal221521010.8600.340.40156.4674.7134.12
Hex16986556022289c4b22
Octal262301451260425023411342
Binary1011010011000110010110101100100010101000100111001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169865; }

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

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

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

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

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

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

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

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