#9fa916

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

Shades of Citrus #9FA916

Tints of Citrus #9FA916

Color information

#9FA916 (or 0x9FA916) is unknown color: approx Citrus. HEX triplet: 9F, A9 and 16. RGB value is (159,169,22). Sum of RGB (Red+Green+Blue) = 159+169+22=350 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.43% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #9FA916 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA916 is #6056E9. Grayscale: #959595. Windows color (decimal): -6313706 or 1485215. OLE color: 1485215.

HSL color Cylindrical-coordinate representation of color #9FA916: hue angle of 64.08º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9FA916 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB15916922-
CMYK0.0600.870.34
HSL64.08º76.96%37.45%-
HSV(B)64.08º86.98%66.27%-
XYZ28.6335.86.16-
YUV149.2556.19134.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.43%
GREEN value IS 169 (66.41% from 255) = 48.29%
BLUE value IS 22 (8.98% from 255) = 6.29%
R=45.43%
G=48.29%
B=6.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159169220.0600.870.3464.0876.9637.45
Hex9FA916605722404d25
Octal23725126601274210011545
Binary1001111110101001101101100101011110001010000001001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fa916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,169,22); }

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

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

 a { background-color: rgb(159,169,22); }

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

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

 span { border-color: rgb(159,169,22); }

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