#9FA500

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

Shades of Citrus #9FA500

Tints of Citrus #9FA500

Color information

#9FA500 (or 0x9FA500) is unknown color: approx Citrus. HEX triplet: 9F, A5 and 00. RGB value is (159,165,0). Sum of RGB (Red+Green+Blue) = 159+165+0=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA500 is #605AFF. Grayscale: #919191. Windows color (decimal): -6314752 or 42399. OLE color: 42399.

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

Color convert

RGB1591650-
CMYK0.04010.35
HSL62.18º100%32.35%-
HSV(B)62.18º100%64.71%-
XYZ27.7534.285.15-
YUV144.446.51138.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.07%
GREEN value IS 165 (64.84% from 255) = 50.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.07%
G=50.93%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15916500.04010.3562.1810032.35
Hex9FA504064233e6420
Octal237245040144437614440
Binary10011111101001010100011001001000111111101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,165,0); }

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

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

 a { background-color: rgb(159,165,0); }

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

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

 span { border-color: rgb(159,165,0); }

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