#8E9F60

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

Shades of Chelsea Cucumber #8E9F60

Tints of Chelsea Cucumber #8E9F60

Color information

#8E9F60 (or 0x8E9F60) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, 9F and 60. RGB value is (142,159,96). Sum of RGB (Red+Green+Blue) = 142+159+96=397 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.77% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #8E9F60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E9F60 is #71609F. Grayscale: #929292. Windows color (decimal): -7430304 or 6332302. OLE color: 6332302.

HSL color Cylindrical-coordinate representation of color #8E9F60: hue angle of 76.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E9F60 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB14215996-
CMYK0.1100.400.38
HSL76.19º24.71%50%-
HSV(B)76.19º39.62%62.35%-
XYZ25.6631.3915.77-
YUV146.7399.37124.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.77%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=35.77%
G=40.05%
B=24.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal142159960.1100.400.3876.1924.7150
Hex8E9F60B028264c1932
Octal21623714013050461143162
Binary1000111010011111110000010110101000100110100110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E9F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,159,96); }

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

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

 a { background-color: rgb(142,159,96); }

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

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

 span { border-color: rgb(142,159,96); }

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