#8EB85E

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

Shades of Chelsea Cucumber #8EB85E

Tints of Chelsea Cucumber #8EB85E

Color information

#8EB85E (or 0x8EB85E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, B8 and 5E. RGB value is (142,184,94). Sum of RGB (Red+Green+Blue) = 142+184+94=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 184 - color contains mainly: green. Hex color #8EB85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB85E is #7147A1. Grayscale: #A1A1A1. Windows color (decimal): -7423906 or 6207630. OLE color: 6207630.

HSL color Cylindrical-coordinate representation of color #8EB85E: hue angle of 88º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8EB85E is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB14218494-
CMYK0.2300.490.28
HSL88º38.79%54.51%-
HSV(B)88º48.91%72.16%-
XYZ30.3240.8416.87-
YUV161.1890.09114.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.81%
GREEN value IS 184 (72.27% from 255) = 43.81%
BLUE value IS 94 (37.11% from 255) = 22.38%
R=33.81%
G=43.81%
B=22.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal142184940.2300.490.288838.7954.51
Hex8EB85E170311C582737
Octal21627013627061341304767
Binary10001110101110001011110101110110001111001011000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,184,94); }

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

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

 a { background-color: rgb(142,184,94); }

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

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

 span { border-color: rgb(142,184,94); }

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