#9FA31B

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

Shades of Lucky #9FA31B

Tints of Lucky #9FA31B

Color information

#9FA31B (or 0x9FA31B) is unknown color: approx Lucky. HEX triplet: 9F, A3 and 1B. RGB value is (159,163,27). Sum of RGB (Red+Green+Blue) = 159+163+27=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA31B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA31B is #605CE4. Grayscale: #929292. Windows color (decimal): -6315237 or 1811359. OLE color: 1811359.

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

Color convert

RGB15916327-
CMYK0.0200.830.36
HSL61.76º71.58%37.25%-
HSV(B)61.76º83.44%63.92%-
XYZ27.5933.646.08-
YUV146.360.67137.06-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.56%
GREEN value IS 163 (64.06% from 255) = 46.70%
BLUE value IS 27 (10.94% from 255) = 7.74%
R=45.56%
G=46.70%
B=7.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159163270.0200.830.3661.7671.5837.25
Hex9FA31B2053243e4825
Octal2372433320123447611045
Binary10011111101000111101110010100111001001111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,163,27); }

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

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

 a { background-color: rgb(159,163,27); }

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

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

 span { border-color: rgb(159,163,27); }

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