#8EB112

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

Shades of Citrus #8EB112

Tints of Citrus #8EB112

Color information

#8EB112 (or 0x8EB112) is unknown color: approx Citrus. HEX triplet: 8E, B1 and 12. RGB value is (142,177,18). Sum of RGB (Red+Green+Blue) = 142+177+18=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 177 (69.53% from 255 or 52.52% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 177 - color contains mainly: green. Hex color #8EB112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EB112 is #714EED. Grayscale: #959595. Windows color (decimal): -7425774 or 1225102. OLE color: 1225102.

HSL color Cylindrical-coordinate representation of color #8EB112: hue angle of 73.21º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8EB112 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB14217718-
CMYK0.2000.900.31
HSL73.21º81.54%38.24%-
HSV(B)73.21º89.83%69.41%-
XYZ26.9937.246.34-
YUV148.4154.4123.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 42.14%
GREEN value IS 177 (69.53% from 255) = 52.52%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=42.14%
G=52.52%
B=5.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal142177180.2000.900.3173.2181.5438.24
Hex8EB1121405A1F495226
Octal216261222401323711112246
Binary10001110101100011001010100010110101111110010011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EB112; }

 p { color: rgb(142,177,18); }

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

<style>
 a { background-color: #8EB112; }

 a { background-color: rgb(142,177,18); }

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

<style>
 span { border-color: #8EB112; }

 span { border-color: rgb(142,177,18); }

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