#8EA261

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

Shades of Chelsea Cucumber #8EA261

Tints of Chelsea Cucumber #8EA261

Color information

#8EA261 (or 0x8EA261) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, A2 and 61. RGB value is (142,162,97). Sum of RGB (Red+Green+Blue) = 142+162+97=401 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.41% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EA261 is #715D9E. Grayscale: #949494. Windows color (decimal): -7429535 or 6398606. OLE color: 6398606.

HSL color Cylindrical-coordinate representation of color #8EA261: hue angle of 78.46º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EA261 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB14216297-
CMYK0.1200.400.36
HSL78.46º25.9%50.78%-
HSV(B)78.46º40.12%63.53%-
XYZ26.2332.4516.19-
YUV148.6198.87123.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.41%
GREEN value IS 162 (63.67% from 255) = 40.40%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=35.41%
G=40.40%
B=24.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal142162970.1200.400.3678.4625.950.78
Hex8EA261C028244e1a33
Octal21624214114050441163263
Binary1000111010100010110000111000101000100100100111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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