#9FBA00

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

Shades of Citrus #9FBA00

Tints of Citrus #9FBA00

Color information

#9FBA00 (or 0x9FBA00) is unknown color: approx Citrus. HEX triplet: 9F, BA and 00. RGB value is (159,186,0). Sum of RGB (Red+Green+Blue) = 159+186+0=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 186 (73.05% from 255 or 53.91% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FBA00 is #6045FF. Grayscale: #9D9D9D. Windows color (decimal): -6309376 or 47775. OLE color: 47775.

HSL color Cylindrical-coordinate representation of color #9FBA00: hue angle of 68.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FBA00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB1591860-
CMYK0.15010.27
HSL68.71º100%36.47%-
HSV(B)68.71º100%72.94%-
XYZ31.8642.496.52-
YUV156.7239.55129.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.09%
GREEN value IS 186 (73.05% from 255) = 53.91%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.09%
G=53.91%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15918600.15010.2768.7110036.47
Hex9FBA0F0641B456424
Octal23727201701443310514444
Binary100111111011101001111011001001101110001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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