#169A75

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

Shades of Elf Green #169A75

Tints of Elf Green #169A75

Color information

#169A75 (or 0x169A75) is unknown color: approx Elf Green. HEX triplet: 16, 9A and 75. RGB value is (22,154,117). Sum of RGB (Red+Green+Blue) = 22+154+117=293 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.51% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #169A75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169A75 is #E9658A. Grayscale: #6E6E6E. Windows color (decimal): -15295883 or 7707158. OLE color: 7707158.

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

Color convert

RGB22154117-
CMYK0.8600.240.40
HSL163.18º75%34.51%-
HSV(B)163.18º85.71%60.39%-
XYZ15.124.5720.78-
YUV110.31131.7765.01-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.51%
GREEN value IS 154 (60.55% from 255) = 52.56%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=7.51%
G=52.56%
B=39.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal221541170.8600.240.40163.187534.51
Hex169A755601828a34b23
Octal262321651260305024311343
Binary101101001101011101011010110011000101000101000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169A75; }

 p { color: rgb(22,154,117); }

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

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

 a { background-color: rgb(22,154,117); }

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

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

 span { border-color: rgb(22,154,117); }

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