#8DAA56

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

Shades of Chelsea Cucumber #8DAA56

Tints of Chelsea Cucumber #8DAA56

Color information

#8DAA56 (or 0x8DAA56) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AA and 56. RGB value is (141,170,86). Sum of RGB (Red+Green+Blue) = 141+170+86=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA56 is #7255A9. Grayscale: #989898. Windows color (decimal): -7493034 or 5679757. OLE color: 5679757.

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

Color convert

RGB14117086-
CMYK0.1700.490.33
HSL80.71º33.07%50.2%-
HSV(B)80.71º49.41%66.67%-
XYZ27.0435.0814.15-
YUV151.7590.89120.33-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.52%
GREEN value IS 170 (66.80% from 255) = 42.82%
BLUE value IS 86 (33.98% from 255) = 21.66%
R=35.52%
G=42.82%
B=21.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141170860.1700.490.3380.7133.0750.2
Hex8DAA561103121512132
Octal21525212621061411214162
Binary100011011010101010101101000101100011000011010001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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