#8EB45A

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

Shades of Chelsea Cucumber #8EB45A

Tints of Chelsea Cucumber #8EB45A

Color information

#8EB45A (or 0x8EB45A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, B4 and 5A. RGB value is (142,180,90). Sum of RGB (Red+Green+Blue) = 142+180+90=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 180 (70.70% from 255 or 43.69% from 412); Blue value is 90 (35.55% from 255 or 21.84% from 412); Max value from RGB is 180 - color contains mainly: green. Hex color #8EB45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EB45A is #714BA5. Grayscale: #9E9E9E. Windows color (decimal): -7424934 or 5944462. OLE color: 5944462.

HSL color Cylindrical-coordinate representation of color #8EB45A: hue angle of 85.33º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8EB45A is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB14218090-
CMYK0.2100.500.29
HSL85.33º37.5%52.94%-
HSV(B)85.33º50%70.59%-
XYZ29.3239.1315.68-
YUV158.3889.41116.32-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.47%
GREEN value IS 180 (70.70% from 255) = 43.69%
BLUE value IS 90 (35.55% from 255) = 21.84%
R=34.47%
G=43.69%
B=21.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal142180900.2100.500.2985.3337.552.94
Hex8EB45A150321D552635
Octal21626413225062351254665
Binary10001110101101001011010101010110010111011010101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EB45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,180,90); }

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

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

 a { background-color: rgb(142,180,90); }

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

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

 span { border-color: rgb(142,180,90); }

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