#8DA86F

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

Shades of Chelsea Cucumber #8DA86F

Tints of Chelsea Cucumber #8DA86F

Color information

#8DA86F (or 0x8DA86F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A8 and 6F. RGB value is (141,168,111). Sum of RGB (Red+Green+Blue) = 141+168+111=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 168 - color contains mainly: green. Hex color #8DA86F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA86F is #725790. Grayscale: #999999. Windows color (decimal): -7493521 or 7317645. OLE color: 7317645.

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

Color convert

RGB141168111-
CMYK0.1600.340.34
HSL88.42º24.68%54.71%-
HSV(B)88.42º33.93%65.88%-
XYZ27.8634.8220.29-
YUV153.43104.05119.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 168 (66.02% from 255) = 40%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=33.57%
G=40%
B=26.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411681110.1600.340.3488.4224.6854.71
Hex8DA86F1002222581937
Octal21525015720042421303167
Binary10001101101010001101111100000100010100010101100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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