#9FA801

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

Shades of Citrus #9FA801

Tints of Citrus #9FA801

Color information

#9FA801 (or 0x9FA801) is unknown color: approx Citrus. HEX triplet: 9F, A8 and 01. RGB value is (159,168,1). Sum of RGB (Red+Green+Blue) = 159+168+1=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 168 (66.02% from 255 or 51.22% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA801 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA801 is #6057FE. Grayscale: #929292. Windows color (decimal): -6313983 or 108703. OLE color: 108703.

HSL color Cylindrical-coordinate representation of color #9FA801: hue angle of 63.23º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FA801 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB1591681-
CMYK0.0500.990.34
HSL63.23º98.82%33.14%-
HSV(B)63.23º99.4%65.88%-
XYZ28.3135.385.37-
YUV146.2746.02137.08-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 48.48%
GREEN value IS 168 (66.02% from 255) = 51.22%
BLUE value IS 1 (0.78% from 255) = 0.30%
R=48.48%
G=51.22%
B=0.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15916810.0500.990.3463.2398.8233.14
Hex9FA815063223f6321
Octal237250150143427714341
Binary10011111101010001101011000111000101111111100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,168,1); }

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

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

 a { background-color: rgb(159,168,1); }

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

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

 span { border-color: rgb(159,168,1); }

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