Html Css Color HEX #9FA010 Lucky

📋 copy color: '#9FA010'

red 159 ◦ green 160 ◦ blue 16

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

Shades of Lucky #9FA010

Tints of Lucky #9FA010

RGB

 RED value IS 159 (62.5% from 255) = 47.46%

 GREEN value IS 160 (62.89% from 255) = 47.76%

 BLUE value IS 16 (6.64% from 255) = 4.78%

R = 47.46%
G = 47.76%
B = 4.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#9FA010 (or 0x9FA010) is known color: Lucky. HEX triplet: 9F, A0 and 10. RGB value is (159,160,16). Sum of RGB (Red+Green+Blue) = 159+160+16=335 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.46% from 335); Green value is 160 (62.89% from 255 or 47.76% from 335); Blue value is 16 (6.64% from 255 or 4.78% from 335); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA010 is #605FEF. Grayscale: #8F8F8F. Windows color (decimal): -6316016 or 1089695. OLE color: 1089695.

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

Color convert

RGB 159 160 16 -
CMYK 0.01 0 0.9 0.37
HSL 60.42º 0.82% 0.35% -
HSV(B) 60.42º 0.9% 0.63% -
XYZ 26.96 32.55 5.35 -
YUV 143.29 56.17 139.21 -
System Red Green Blue C M Y K H S L
Decimal 159 160 16 0.01 0 0.9 0.37 60.42 0.82 0.35
Hex 9F A0 10 1 0 5A 25 3C 52 23
Octal 237 240 20 1 0 132 45 74 122 43
Binary 10011111 10100000 10000 1 0 1011010 100101 111100 1010010 100011

Color Harmonies of #9FA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA010

Black with #9FA010

Text Example


Text Example

White with #9FA010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FA010;
 }
 .AnyTagClassName
 {
   color: #9FA010;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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