#8EA16E

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

Shades of Chelsea Cucumber #8EA16E

Tints of Chelsea Cucumber #8EA16E

Color information

#8EA16E (or 0x8EA16E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A1 and 6E. RGB value is (142,161,110). Sum of RGB (Red+Green+Blue) = 142+161+110=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 110 (43.36% from 255 or 26.63% from 413); Max value from RGB is 161 - color contains mainly: green. Hex color #8EA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA16E is #715E91. Grayscale: #959595. Windows color (decimal): -7429778 or 7250318. OLE color: 7250318.

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

Color convert

RGB142161110-
CMYK0.1200.320.37
HSL82.35º21.34%53.14%-
HSV(B)82.35º31.68%63.14%-
XYZ26.7132.3719.59-
YUV149.5105.71122.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.38%
GREEN value IS 161 (63.28% from 255) = 38.98%
BLUE value IS 110 (43.36% from 255) = 26.63%
R=34.38%
G=38.98%
B=26.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1421611100.1200.320.3782.3521.3453.14
Hex8EA16EC02025521535
Octal21624115614040451222565
Binary1000111010100001110111011000100000100101101001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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