#9FA318

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

Shades of Lucky #9FA318

Tints of Lucky #9FA318

Color information

#9FA318 (or 0x9FA318) is unknown color: approx Lucky. HEX triplet: 9F, A3 and 18. RGB value is (159,163,24). Sum of RGB (Red+Green+Blue) = 159+163+24=346 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.95% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 24 (9.77% from 255 or 6.94% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA318 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA318 is #605CE7. Grayscale: #929292. Windows color (decimal): -6315240 or 1614751. OLE color: 1614751.

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

Color convert

RGB15916324-
CMYK0.0200.850.36
HSL61.73º74.33%36.67%-
HSV(B)61.73º85.28%63.92%-
XYZ27.5633.635.9-
YUV145.9659.17137.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.95%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 24 (9.77% from 255) = 6.94%
R=45.95%
G=47.11%
B=6.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159163240.0200.850.3661.7374.3336.67
Hex9FA3182055243e4a25
Octal2372433020125447611245
Binary10011111101000111100010010101011001001111101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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