#8DAA5B

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

Shades of Chelsea Cucumber #8DAA5B

Tints of Chelsea Cucumber #8DAA5B

Color information

#8DAA5B (or 0x8DAA5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AA and 5B. RGB value is (141,170,91). Sum of RGB (Red+Green+Blue) = 141+170+91=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #8DAA5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAA5B is #7255A4. Grayscale: #989898. Windows color (decimal): -7493029 or 6007437. OLE color: 6007437.

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

Color convert

RGB14117091-
CMYK0.1700.460.33
HSL82.03º31.73%51.18%-
HSV(B)82.03º46.47%66.67%-
XYZ27.2535.1715.25-
YUV152.3293.39119.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.07%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 91 (35.94% from 255) = 22.64%
R=35.07%
G=42.29%
B=22.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141170910.1700.460.3382.0331.7351.18
Hex8DAA5B1102E21522033
Octal21525213321056411224063
Binary100011011010101010110111000101011101000011010010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAA5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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