#8DAA55

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

Shades of Chelsea Cucumber #8DAA55

Tints of Chelsea Cucumber #8DAA55

Color information

#8DAA55 (or 0x8DAA55) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AA and 55. RGB value is (141,170,85). Sum of RGB (Red+Green+Blue) = 141+170+85=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA55 is #7255AA. Grayscale: #979797. Windows color (decimal): -7493035 or 5614221. OLE color: 5614221.

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

Color convert

RGB14117085-
CMYK0.1700.500.33
HSL80.47º33.33%50%-
HSV(B)80.47º50%66.67%-
XYZ2735.0713.94-
YUV151.6490.39120.41-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.61%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=35.61%
G=42.93%
B=21.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141170850.1700.500.3380.4733.3350
Hex8DAA551103221502132
Octal21525212521062411204162
Binary100011011010101010101011000101100101000011010000100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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