#8DAA6E

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

Shades of Chelsea Cucumber #8DAA6E

Tints of Chelsea Cucumber #8DAA6E

Color information

#8DAA6E (or 0x8DAA6E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AA and 6E. RGB value is (141,170,110). Sum of RGB (Red+Green+Blue) = 141+170+110=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA6E is #725591. Grayscale: #9A9A9A. Windows color (decimal): -7493010 or 7252621. OLE color: 7252621.

HSL color Cylindrical-coordinate representation of color #8DAA6E: hue angle of 89º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DAA6E is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB141170110-
CMYK0.1700.350.33
HSL89º26.09%54.9%-
HSV(B)89º35.29%66.67%-
XYZ28.1735.5420.13-
YUV154.49102.89118.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.49%
GREEN value IS 170 (66.80% from 255) = 40.38%
BLUE value IS 110 (43.36% from 255) = 26.13%
R=33.49%
G=40.38%
B=26.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411701100.1700.350.338926.0954.9
Hex8DAA6E1102321591a37
Octal21525215621043411313267
Binary10001101101010101101110100010100011100001101100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,170,110); }

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

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

 a { background-color: rgb(141,170,110); }

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

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

 span { border-color: rgb(141,170,110); }

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