#9FA00C

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

Shades of Lucky #9FA00C

Tints of Lucky #9FA00C

Color information

#9FA00C (or 0x9FA00C) is unknown color: approx Lucky. HEX triplet: 9F, A0 and 0C. RGB value is (159,160,12). Sum of RGB (Red+Green+Blue) = 159+160+12=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA00C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA00C is #605FF3. Grayscale: #8F8F8F. Windows color (decimal): -6316020 or 827551. OLE color: 827551.

HSL color Cylindrical-coordinate representation of color #9FA00C: hue angle of 60.41º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FA00C is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB15916012-
CMYK0.0100.930.37
HSL60.41º86.05%33.73%-
HSV(B)60.41º92.5%62.75%-
XYZ26.9432.545.21-
YUV142.8354.17139.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.04%
GREEN value IS 160 (62.89% from 255) = 48.34%
BLUE value IS 12 (5.08% from 255) = 3.63%
R=48.04%
G=48.34%
B=3.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal159160120.0100.930.3760.4186.0533.73
Hex9FA0C105D253c5622
Octal2372401410135457412642
Binary100111111010000011001010111011001011111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,160,12); }

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

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

 a { background-color: rgb(159,160,12); }

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

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

 span { border-color: rgb(159,160,12); }

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