#8EAA69

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

Shades of Chelsea Cucumber #8EAA69

Tints of Chelsea Cucumber #8EAA69

Color information

#8EAA69 (or 0x8EAA69) is unknown color: approx Chelsea Cucumber. HEX triplet: 8E, AA and 69. RGB value is (142,170,105). Sum of RGB (Red+Green+Blue) = 142+170+105=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 170 - color contains mainly: green. Hex color #8EAA69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8EAA69 is #715596. Grayscale: #9A9A9A. Windows color (decimal): -7427479 or 6924942. OLE color: 6924942.

HSL color Cylindrical-coordinate representation of color #8EAA69: hue angle of 85.85º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8EAA69 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB142170105-
CMYK0.1600.380.33
HSL85.85º27.66%53.92%-
HSV(B)85.85º38.24%66.67%-
XYZ28.0835.5218.74-
YUV154.22100.22119.29-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 170 (66.80% from 255) = 40.77%
BLUE value IS 105 (41.41% from 255) = 25.18%
R=34.05%
G=40.77%
B=25.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1421701050.1600.380.3385.8527.6653.92
Hex8EAA691002621561c36
Octal21625215120046411263466
Binary10001110101010101101001100000100110100001101011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EAA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,170,105); }

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

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

 a { background-color: rgb(142,170,105); }

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

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

 span { border-color: rgb(142,170,105); }

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