#9EB116

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

Shades of Citrus #9EB116

Tints of Citrus #9EB116

Color information

#9EB116 (or 0x9EB116) is unknown color: approx Citrus. HEX triplet: 9E, B1 and 16. RGB value is (158,177,22). Sum of RGB (Red+Green+Blue) = 158+177+22=357 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.26% from 357); Green value is 177 (69.53% from 255 or 49.58% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EB116 is #614EE9. Grayscale: #9A9A9A. Windows color (decimal): -6377194 or 1487262. OLE color: 1487262.

HSL color Cylindrical-coordinate representation of color #9EB116: hue angle of 67.35º 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 #9EB116 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB15817722-
CMYK0.1100.880.31
HSL67.35º77.89%39.02%-
HSV(B)67.35º87.57%69.41%-
XYZ29.9738.776.66-
YUV153.6553.71131.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.26%
GREEN value IS 177 (69.53% from 255) = 49.58%
BLUE value IS 22 (8.98% from 255) = 6.16%
R=44.26%
G=49.58%
B=6.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158177220.1100.880.3167.3577.8939.02
Hex9EB116B0581F434e27
Octal236261261301303710311647
Binary1001111010110001101101011010110001111110000111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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