#8DA866

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

Shades of Chelsea Cucumber #8DA866

Tints of Chelsea Cucumber #8DA866

Color information

#8DA866 (or 0x8DA866) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A8 and 66. RGB value is (141,168,102). Sum of RGB (Red+Green+Blue) = 141+168+102=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 168 (66.02% from 255 or 40.88% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA866 is #725799. Grayscale: #989898. Windows color (decimal): -7493530 or 6727821. OLE color: 6727821.

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

Color convert

RGB141168102-
CMYK0.1600.390.34
HSL84.55º27.5%52.94%-
HSV(B)84.55º39.29%65.88%-
XYZ27.3934.6317.81-
YUV152.499.55119.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.31%
GREEN value IS 168 (66.02% from 255) = 40.88%
BLUE value IS 102 (40.23% from 255) = 24.82%
R=34.31%
G=40.88%
B=24.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411681020.1600.390.3484.5527.552.94
Hex8DA8661002722551c35
Octal21525014620047421253465
Binary10001101101010001100110100000100111100010101010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,168,102); }

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

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

 a { background-color: rgb(141,168,102); }

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

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

 span { border-color: rgb(141,168,102); }

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