#9FB010

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

Shades of Citrus #9FB010

Tints of Citrus #9FB010

Color information

#9FB010 (or 0x9FB010) is unknown color: approx Citrus. HEX triplet: 9F, B0 and 10. RGB value is (159,176,16). Sum of RGB (Red+Green+Blue) = 159+176+16=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 16 (6.64% from 255 or 4.56% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB010 is #604FEF. Grayscale: #999999. Windows color (decimal): -6311920 or 1093791. OLE color: 1093791.

HSL color Cylindrical-coordinate representation of color #9FB010: hue angle of 66.38º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FB010 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB15917616-
CMYK0.1000.910.31
HSL66.38º83.33%37.65%-
HSV(B)66.38º90.91%69.02%-
XYZ29.9238.466.34-
YUV152.6850.87132.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 45.30%
GREEN value IS 176 (69.14% from 255) = 50.14%
BLUE value IS 16 (6.64% from 255) = 4.56%
R=45.30%
G=50.14%
B=4.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159176160.1000.910.3166.3883.3337.65
Hex9FB010A05B1F425326
Octal237260201201333710212346
Binary1001111110110000100001010010110111111110000101010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,16); }

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

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

 a { background-color: rgb(159,176,16); }

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

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

 span { border-color: rgb(159,176,16); }

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