#8EA158

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

Shades of Chelsea Cucumber #8EA158

Tints of Chelsea Cucumber #8EA158

Color information

#8EA158 (or 0x8EA158) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A1 and 58. RGB value is (142,161,88). Sum of RGB (Red+Green+Blue) = 142+161+88=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 161 (63.28% from 255 or 41.18% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA158 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA158 is #715EA7. Grayscale: #939393. Windows color (decimal): -7429800 or 5808526. OLE color: 5808526.

HSL color Cylindrical-coordinate representation of color #8EA158: hue angle of 75.62º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EA158 is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.37.

Color convert

RGB14216188-
CMYK0.1200.450.37
HSL75.62º29.32%48.82%-
HSV(B)75.62º45.34%63.14%-
XYZ25.6631.9514.05-
YUV14794.71124.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 161 (63.28% from 255) = 41.18%
BLUE value IS 88 (34.77% from 255) = 22.51%
R=36.32%
G=41.18%
B=22.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal142161880.1200.450.3775.6229.3248.82
Hex8EA158C02D254c1d31
Octal21624113014055451143561
Binary1000111010100001101100011000101101100101100110011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,161,88); }

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

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

 a { background-color: rgb(142,161,88); }

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

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

 span { border-color: rgb(142,161,88); }

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