#9FB904

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

Shades of Citrus #9FB904

Tints of Citrus #9FB904

Color information

#9FB904 (or 0x9FB904) is unknown color: approx Citrus. HEX triplet: 9F, B9 and 04. RGB value is (159,185,4). Sum of RGB (Red+Green+Blue) = 159+185+4=348 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.69% from 348); Green value is 185 (72.66% from 255 or 53.16% from 348); Blue value is 4 (1.95% from 255 or 1.15% from 348); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB904 is #6046FB. Grayscale: #9D9D9D. Windows color (decimal): -6309628 or 309663. OLE color: 309663.

HSL color Cylindrical-coordinate representation of color #9FB904: hue angle of 68.62º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FB904 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1591854-
CMYK0.1400.980.27
HSL68.62º95.77%37.06%-
HSV(B)68.62º97.84%72.55%-
XYZ31.6742.086.57-
YUV156.5941.89129.72-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.69%
GREEN value IS 185 (72.66% from 255) = 53.16%
BLUE value IS 4 (1.95% from 255) = 1.15%
R=45.69%
G=53.16%
B=1.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15918540.1400.980.2768.6295.7737.06
Hex9FB94E0621B456025
Octal23727141601423310514045
Binary10011111101110011001110011000101101110001011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,185,4); }

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

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

 a { background-color: rgb(159,185,4); }

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

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

 span { border-color: rgb(159,185,4); }

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