#9FA607

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

Shades of Citrus #9FA607

Tints of Citrus #9FA607

Color information

#9FA607 (or 0x9FA607) is unknown color: approx Citrus. HEX triplet: 9F, A6 and 07. RGB value is (159,166,7). Sum of RGB (Red+Green+Blue) = 159+166+7=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 166 (65.23% from 255 or 50% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA607 is #6059F8. Grayscale: #929292. Windows color (decimal): -6314489 or 501407. OLE color: 501407.

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

Color convert

RGB1591667-
CMYK0.0400.960.35
HSL62.64º91.91%33.92%-
HSV(B)62.64º95.78%65.1%-
XYZ27.9734.665.42-
YUV145.7849.68137.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.89%
GREEN value IS 166 (65.23% from 255) = 50%
BLUE value IS 7 (3.12% from 255) = 2.11%
R=47.89%
G=50%
B=2.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15916670.0400.960.3562.6491.9133.92
Hex9FA674060233f5c22
Octal237246740140437713442
Binary1001111110100110111100011000001000111111111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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