#9FAC09

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

Shades of Citrus #9FAC09

Tints of Citrus #9FAC09

Color information

#9FAC09 (or 0x9FAC09) is unknown color: approx Citrus. HEX triplet: 9F, AC and 09. RGB value is (159,172,9). Sum of RGB (Red+Green+Blue) = 159+172+9=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 172 (67.58% from 255 or 50.59% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FAC09 is #6053F6. Grayscale: #969696. Windows color (decimal): -6312951 or 634015. OLE color: 634015.

HSL color Cylindrical-coordinate representation of color #9FAC09: hue angle of 64.79º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9FAC09 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB1591729-
CMYK0.0800.950.33
HSL64.79º90.06%35.49%-
HSV(B)64.79º94.77%67.45%-
XYZ29.136.95.85-
YUV149.5348.69134.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.76%
GREEN value IS 172 (67.58% from 255) = 50.59%
BLUE value IS 9 (3.91% from 255) = 2.65%
R=46.76%
G=50.59%
B=2.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15917290.0800.950.3364.7990.0635.49
Hex9FAC9805F21415a23
Octal237254111001374110113243
Binary1001111110101100100110000101111110000110000011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAC09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,9); }

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

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

 a { background-color: rgb(159,172,9); }

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

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

 span { border-color: rgb(159,172,9); }

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