#169264

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

Shades of Elf Green #169264

Tints of Elf Green #169264

Color information

#169264 (or 0x169264) is unknown color: approx Elf Green. HEX triplet: 16, 92 and 64. RGB value is (22,146,100). Sum of RGB (Red+Green+Blue) = 22+146+100=268 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.21% from 268); Green value is 146 (57.42% from 255 or 54.48% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 146 - color contains mainly: green. Hex color #169264 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169264 is #E96D9B. Grayscale: #676767. Windows color (decimal): -15297948 or 6590998. OLE color: 6590998.

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

Color convert

RGB22146100-
CMYK0.8500.320.43
HSL157.74º73.81%32.94%-
HSV(B)157.74º84.93%57.25%-
XYZ12.9121.6515.55-
YUV103.68125.9269.74-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.21%
GREEN value IS 146 (57.42% from 255) = 54.48%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=8.21%
G=54.48%
B=37.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal221461000.8500.320.43157.7473.8132.94
Hex169264550202B9e4a21
Octal262221441250405323611241
Binary1011010010010110010010101010100000101011100111101001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169264; }

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

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

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

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

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

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

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

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