Html Css Color HEX #9FA00F Lucky

📋 copy color: '#9FA00F'

red 159 ◦ green 160 ◦ blue 15

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

Shades of Lucky #9FA00F

Tints of Lucky #9FA00F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 47.6%
G = 47.9%
B = 4.49%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#9FA00F (or 0x9FA00F) is known color: Lucky. HEX triplet: 9F, A0 and 0F. RGB value is (159,160,15). Sum of RGB (Red+Green+Blue) = 159+160+15=334 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.60% from 334); Green value is 160 (62.89% from 255 or 47.90% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 160 - color contains mainly: green. Hex color #9FA00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA00F is #605FF0. Grayscale: #8F8F8F. Windows color (decimal): -6316017 or 1024159. OLE color: 1024159.

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

Color convert

RGB 159 160 15 -
CMYK 0.01 0 0.91 0.37
HSL 60.41º 0.83% 0.34% -
HSV(B) 60.41º 0.91% 0.63% -
XYZ 26.96 32.55 5.31 -
YUV 143.17 55.67 139.29 -
System Red Green Blue C M Y K H S L
Decimal 159 160 15 0.01 0 0.91 0.37 60.41 0.83 0.34
Hex 9F A0 F 1 0 5B 25 3C 53 22
Octal 237 240 17 1 0 133 45 74 123 42
Binary 10011111 10100000 1111 1 0 1011011 100101 111100 1010011 100010

Color Harmonies of #9FA00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA00F

Black with #9FA00F

Text Example


Text Example

White with #9FA00F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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