#9FA009

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

Shades of Lucky #9FA009

Tints of Lucky #9FA009

Color information

#9FA009 (or 0x9FA009) is unknown color: approx Lucky. HEX triplet: 9F, A0 and 09. RGB value is (159,160,9). Sum of RGB (Red+Green+Blue) = 159+160+9=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 160 (62.89% from 255 or 48.78% from 328); Blue value is 9 (3.91% from 255 or 2.74% from 328); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA009 is #605FF6. Grayscale: #8F8F8F. Windows color (decimal): -6316023 or 630943. OLE color: 630943.

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

Color convert

RGB1591609-
CMYK0.0100.940.37
HSL60.4º89.35%33.14%-
HSV(B)60.4º94.38%62.75%-
XYZ26.9232.535.12-
YUV142.4952.67139.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.48%
GREEN value IS 160 (62.89% from 255) = 48.78%
BLUE value IS 9 (3.91% from 255) = 2.74%
R=48.48%
G=48.78%
B=2.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15916090.0100.940.3760.489.3533.14
Hex9FA09105E253c5921
Octal2372401110136457413141
Binary100111111010000010011010111101001011111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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