#9EB114

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

Shades of Citrus #9EB114

Tints of Citrus #9EB114

Color information

#9EB114 (or 0x9EB114) is unknown color: approx Citrus. HEX triplet: 9E, B1 and 14. RGB value is (158,177,20). Sum of RGB (Red+Green+Blue) = 158+177+20=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 177 (69.53% from 255 or 49.86% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 177 - color contains mainly: green. Hex color #9EB114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EB114 is #614EEB. Grayscale: #9A9A9A. Windows color (decimal): -6377196 or 1356190. OLE color: 1356190.

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

Color convert

RGB15817720-
CMYK0.1100.890.31
HSL67.26º79.7%38.63%-
HSV(B)67.26º88.7%69.41%-
XYZ29.9538.766.57-
YUV153.4252.71131.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.51%
GREEN value IS 177 (69.53% from 255) = 49.86%
BLUE value IS 20 (8.20% from 255) = 5.63%
R=44.51%
G=49.86%
B=5.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158177200.1100.890.3167.2679.738.63
Hex9EB114B0591F435027
Octal236261241301313710312047
Binary1001111010110001101001011010110011111110000111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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