#8EA85B

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

Shades of Chelsea Cucumber #8EA85B

Tints of Chelsea Cucumber #8EA85B

Color information

#8EA85B (or 0x8EA85B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A8 and 5B. RGB value is (142,168,91). Sum of RGB (Red+Green+Blue) = 142+168+91=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 168 - color contains mainly: green. Hex color #8EA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA85B is #7157A4. Grayscale: #979797. Windows color (decimal): -7428005 or 6006926. OLE color: 6006926.

HSL color Cylindrical-coordinate representation of color #8EA85B: hue angle of 80.26º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8EA85B is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB14216891-
CMYK0.1500.460.34
HSL80.26º30.68%50.78%-
HSV(B)80.26º45.83%65.88%-
XYZ27.0534.5115.13-
YUV151.4593.89121.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 168 (66.02% from 255) = 41.90%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=35.41%
G=41.90%
B=22.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142168910.1500.460.3480.2630.6850.78
Hex8EA85BF02E22501f33
Octal21625013317056421203763
Binary1000111010101000101101111110101110100010101000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA85B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,168,91); }

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

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

 a { background-color: rgb(142,168,91); }

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

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

 span { border-color: rgb(142,168,91); }

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