#9FAA1C

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

Shades of Citrus #9FAA1C

Tints of Citrus #9FAA1C

Color information

#9FAA1C (or 0x9FAA1C) is unknown color: approx Citrus. HEX triplet: 9F, AA and 1C. RGB value is (159,170,28). Sum of RGB (Red+Green+Blue) = 159+170+28=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 28 (11.33% from 255 or 7.84% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA1C is #6055E3. Grayscale: #979797. Windows color (decimal): -6313444 or 1878687. OLE color: 1878687.

HSL color Cylindrical-coordinate representation of color #9FAA1C: hue angle of 64.65º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9FAA1C is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB15917028-
CMYK0.0600.840.33
HSL64.65º71.72%38.82%-
HSV(B)64.65º83.53%66.67%-
XYZ28.8836.26.56-
YUV150.5258.86134.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 28 (11.33% from 255) = 7.84%
R=44.54%
G=47.62%
B=7.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159170280.0600.840.3364.6571.7238.82
Hex9FAA1C605421414827
Octal23725234601244110111047
Binary1001111110101010111001100101010010000110000011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,170,28); }

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

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

 a { background-color: rgb(159,170,28); }

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

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

 span { border-color: rgb(159,170,28); }

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