#9FA215

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

Shades of Lucky #9FA215

Tints of Lucky #9FA215

Color information

#9FA215 (or 0x9FA215) is unknown color: approx Lucky. HEX triplet: 9F, A2 and 15. RGB value is (159,162,21). Sum of RGB (Red+Green+Blue) = 159+162+21=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA215 is #605DEA. Grayscale: #919191. Windows color (decimal): -6315499 or 1417887. OLE color: 1417887.

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

Color convert

RGB15916221-
CMYK0.0200.870.36
HSL61.28º77.05%35.88%-
HSV(B)61.28º87.04%63.53%-
XYZ27.3533.275.69-
YUV145.0358.01137.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.49%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 21 (8.59% from 255) = 6.14%
R=46.49%
G=47.37%
B=6.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159162210.0200.870.3661.2877.0535.88
Hex9FA2152057243d4d24
Octal2372422520127447511544
Binary10011111101000101010110010101111001001111011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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