#9FA40A

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

Shades of Citrus #9FA40A

Tints of Citrus #9FA40A

Color information

#9FA40A (or 0x9FA40A) is unknown color: approx Citrus. HEX triplet: 9F, A4 and 0A. RGB value is (159,164,10). Sum of RGB (Red+Green+Blue) = 159+164+10=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA40A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA40A is #605BF5. Grayscale: #919191. Windows color (decimal): -6314998 or 697503. OLE color: 697503.

HSL color Cylindrical-coordinate representation of color #9FA40A: hue angle of 61.95º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FA40A is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB15916410-
CMYK0.0300.940.36
HSL61.95º88.51%34.12%-
HSV(B)61.95º93.9%64.31%-
XYZ27.6333.945.38-
YUV144.9551.84138.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.75%
GREEN value IS 164 (64.45% from 255) = 49.25%
BLUE value IS 10 (4.30% from 255) = 3.00%
R=47.75%
G=49.25%
B=3.00%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159164100.0300.940.3661.9588.5134.12
Hex9FA4A305E243e5922
Octal2372441230136447613142
Binary1001111110100100101011010111101001001111101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,164,10); }

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

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

 a { background-color: rgb(159,164,10); }

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

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

 span { border-color: rgb(159,164,10); }

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