#8EA950

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

Shades of Chelsea Cucumber #8EA950

Tints of Chelsea Cucumber #8EA950

Color information

#8EA950 (or 0x8EA950) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A9 and 50. RGB value is (142,169,80). Sum of RGB (Red+Green+Blue) = 142+169+80=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #8EA950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA950 is #7156AF. Grayscale: #979797. Windows color (decimal): -7427760 or 5286286. OLE color: 5286286.

HSL color Cylindrical-coordinate representation of color #8EA950: hue angle of 78.2º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8EA950 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB14216980-
CMYK0.1600.530.34
HSL78.2º35.74%48.82%-
HSV(B)78.2º52.66%66.27%-
XYZ26.7934.7112.88-
YUV150.7888.05121.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.32%
GREEN value IS 169 (66.41% from 255) = 43.22%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=36.32%
G=43.22%
B=20.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal142169800.1600.530.3478.235.7448.82
Hex8EA95010035224e2431
Octal21625112020065421164461
Binary100011101010100110100001000001101011000101001110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,169,80); }

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

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

 a { background-color: rgb(142,169,80); }

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

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

 span { border-color: rgb(142,169,80); }

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