#9FA30B

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

Shades of Citrus #9FA30B

Tints of Citrus #9FA30B

Color information

#9FA30B (or 0x9FA30B) is unknown color: approx Citrus. HEX triplet: 9F, A3 and 0B. RGB value is (159,163,11). Sum of RGB (Red+Green+Blue) = 159+163+11=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 11 (4.69% from 255 or 3.30% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #9FA30B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FA30B is #605CF4. Grayscale: #919191. Windows color (decimal): -6315253 or 762783. OLE color: 762783.

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

Color convert

RGB15916311-
CMYK0.0200.930.36
HSL61.58º87.36%34.12%-
HSV(B)61.58º93.25%63.92%-
XYZ27.4633.595.35-
YUV144.4852.67138.36-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.75%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 11 (4.69% from 255) = 3.30%
R=47.75%
G=48.95%
B=3.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159163110.0200.930.3661.5887.3634.12
Hex9FA3B205D243e5722
Octal2372431320135447612742
Binary1001111110100011101110010111011001001111101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,163,11); }

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

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

 a { background-color: rgb(159,163,11); }

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

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

 span { border-color: rgb(159,163,11); }

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