#9FA100

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

Shades of Citrus #9FA100

Tints of Citrus #9FA100

Color information

#9FA100 (or 0x9FA100) is unknown color: approx Citrus. HEX triplet: 9F, A1 and 00. RGB value is (159,161,0). Sum of RGB (Red+Green+Blue) = 159+161+0=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA100 is #605EFF. Grayscale: #8E8E8E. Windows color (decimal): -6315776 or 41375. OLE color: 41375.

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

Color convert

RGB1591610-
CMYK0.01010.37
HSL60.75º100%31.57%-
HSV(B)60.75º100%63.14%-
XYZ27.0432.864.92-
YUV142.0547.84140.09-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.69%
GREEN value IS 161 (63.28% from 255) = 50.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.69%
G=50.31%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15916100.01010.3760.7510031.57
Hex9FA101064253d6420
Octal237241010144457514440
Binary100111111010000101011001001001011111011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,0); }

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

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

 a { background-color: rgb(159,161,0); }

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

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

 span { border-color: rgb(159,161,0); }

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