#9FA620

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

Shades of Citron #9FA620

Tints of Citron #9FA620

Color information

#9FA620 (or 0x9FA620) is unknown color: approx Citron. HEX triplet: 9F, A6 and 20. RGB value is (159,166,32). Sum of RGB (Red+Green+Blue) = 159+166+32=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA620 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA620 is #6059DF. Grayscale: #959595. Windows color (decimal): -6314464 or 2139807. OLE color: 2139807.

HSL color Cylindrical-coordinate representation of color #9FA620: hue angle of 63.13º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9FA620 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB15916632-
CMYK0.0400.810.35
HSL63.13º67.68%38.82%-
HSV(B)63.13º80.72%65.1%-
XYZ28.234.756.59-
YUV148.6362.18135.4-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 166 (65.23% from 255) = 46.50%
BLUE value IS 32 (12.89% from 255) = 8.96%
R=44.54%
G=46.50%
B=8.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159166320.0400.810.3563.1367.6838.82
Hex9FA6204051233f4427
Octal2372464040121437710447
Binary1001111110100110100000100010100011000111111111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,166,32); }

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

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

 a { background-color: rgb(159,166,32); }

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

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

 span { border-color: rgb(159,166,32); }

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