#9FA211

Color #9FA211 Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #9FA211

Tints of Lucky #9FA211

Color information

#9FA211 (or 0x9FA211) is unknown color: approx Lucky. HEX triplet: 9F, A2 and 11. RGB value is (159,162,17). Sum of RGB (Red+Green+Blue) = 159+162+17=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 162 (63.67% from 255 or 47.93% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA211 is #605DEE. Grayscale: #919191. Windows color (decimal): -6315503 or 1155743. OLE color: 1155743.

HSL color Cylindrical-coordinate representation of color #9FA211: hue angle of 61.24º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9FA211 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB15916217-
CMYK0.0200.900.36
HSL61.24º81.01%35.1%-
HSV(B)61.24º89.51%63.53%-
XYZ27.3233.255.51-
YUV144.5756.01138.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 162 (63.67% from 255) = 47.93%
BLUE value IS 17 (7.03% from 255) = 5.03%
R=47.04%
G=47.93%
B=5.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159162170.0200.900.3661.2481.0135.1
Hex9FA211205A243d5123
Octal2372422120132447512143
Binary10011111101000101000110010110101001001111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA211; }

 p { color: rgb(159,162,17); }

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

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

 a { background-color: rgb(159,162,17); }

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

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

 span { border-color: rgb(159,162,17); }

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