#8EA25B

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

Shades of Chelsea Cucumber #8EA25B

Tints of Chelsea Cucumber #8EA25B

Color information

#8EA25B (or 0x8EA25B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A2 and 5B. RGB value is (142,162,91). Sum of RGB (Red+Green+Blue) = 142+162+91=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 162 (63.67% from 255 or 41.01% from 395); Blue value is 91 (35.94% from 255 or 23.04% from 395); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA25B is #715DA4. Grayscale: #949494. Windows color (decimal): -7429541 or 6005390. OLE color: 6005390.

HSL color Cylindrical-coordinate representation of color #8EA25B: hue angle of 76.9º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EA25B is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB14216291-
CMYK0.1200.440.36
HSL76.9º28.06%49.61%-
HSV(B)76.9º43.83%63.53%-
XYZ25.9632.3514.77-
YUV147.9395.87123.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 162 (63.67% from 255) = 41.01%
BLUE value IS 91 (35.94% from 255) = 23.04%
R=35.95%
G=41.01%
B=23.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142162910.1200.440.3676.928.0649.61
Hex8EA25BC02C244d1c32
Octal21624213314054441153462
Binary1000111010100010101101111000101100100100100110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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