#9FB116

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

Shades of Citrus #9FB116

Tints of Citrus #9FB116

Color information

#9FB116 (or 0x9FB116) is unknown color: approx Citrus. HEX triplet: 9F, B1 and 16. RGB value is (159,177,22). Sum of RGB (Red+Green+Blue) = 159+177+22=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9FB116 is #604EE9. Grayscale: #9A9A9A. Windows color (decimal): -6311658 or 1487263. OLE color: 1487263.

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

Color convert

RGB15917722-
CMYK0.1000.880.31
HSL66.97º77.89%39.02%-
HSV(B)66.97º87.57%69.41%-
XYZ30.1738.876.67-
YUV153.9553.54131.6-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.41%
GREEN value IS 177 (69.53% from 255) = 49.44%
BLUE value IS 22 (8.98% from 255) = 6.15%
R=44.41%
G=49.44%
B=6.15%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159177220.1000.880.3166.9777.8939.02
Hex9FB116A0581F434e27
Octal237261261201303710311647
Binary1001111110110001101101010010110001111110000111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,22); }

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

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

 a { background-color: rgb(159,177,22); }

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

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

 span { border-color: rgb(159,177,22); }

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