Html Css Color HEX #9FA009 Lucky

📋 copy color: '#9FA009'

red 159 ◦ green 160 ◦ blue 9

#9FA009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #9FA009

Tints of Lucky #9FA009

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 value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#9FA009 (or 0x9FA009) is known color: 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

RGB 159 160 9 -
CMYK 0.01 0 0.94 0.37
HSL 60.4º 0.89% 0.33% -
HSV(B) 60.4º 0.94% 0.63% -
XYZ 26.92 32.53 5.12 -
YUV 142.49 52.67 139.78 -
System Red Green Blue C M Y K H S L
Decimal 159 160 9 0.01 0 0.94 0.37 60.4 0.89 0.33
Hex 9F A0 9 1 0 5E 25 3C 59 21
Octal 237 240 11 1 0 136 45 74 131 41
Binary 10011111 10100000 1001 1 0 1011110 100101 111100 1011001 100001

Color Harmonies of #9FA009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA009

Black with #9FA009

Text Example


Text Example

White with #9FA009

Text Example


Text Example

HTML Codes & Css Web 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>