#169360

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

Shades of Elf Green #169360

Tints of Elf Green #169360

Color information

#169360 (or 0x169360) is unknown color: approx Elf Green. HEX triplet: 16, 93 and 60. RGB value is (22,147,96). Sum of RGB (Red+Green+Blue) = 22+147+96=265 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.30% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #169360 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169360 is #E96C9F. Grayscale: #676767. Windows color (decimal): -15297696 or 6329110. OLE color: 6329110.

HSL color Cylindrical-coordinate representation of color #169360: hue angle of 155.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169360 is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB2214796-
CMYK0.8500.350.42
HSL155.52º73.96%33.14%-
HSV(B)155.52º85.03%57.65%-
XYZ12.8821.8814.61-
YUV103.81123.5969.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.30%
GREEN value IS 147 (57.81% from 255) = 55.47%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=8.30%
G=55.47%
B=36.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal22147960.8500.350.42155.5273.9633.14
Hex169360550232A9c4a21
Octal262231401250435223411241
Binary1011010010011110000010101010100011101010100111001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169360; }

 p { color: rgb(22,147,96); }

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

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

 a { background-color: rgb(22,147,96); }

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

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

 span { border-color: rgb(22,147,96); }

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