#8DAC5A

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

Shades of Chelsea Cucumber #8DAC5A

Tints of Chelsea Cucumber #8DAC5A

Color information

#8DAC5A (or 0x8DAC5A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AC and 5A. RGB value is (141,172,90). Sum of RGB (Red+Green+Blue) = 141+172+90=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 172 (67.58% from 255 or 42.68% from 403); Blue value is 90 (35.55% from 255 or 22.33% from 403); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAC5A is #7253A5. Grayscale: #999999. Windows color (decimal): -7492518 or 5942413. OLE color: 5942413.

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

Color convert

RGB14117290-
CMYK0.1800.480.33
HSL82.68º33.06%51.37%-
HSV(B)82.68º47.67%67.45%-
XYZ27.5835.9115.15-
YUV153.3892.23119.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 172 (67.58% from 255) = 42.68%
BLUE value IS 90 (35.55% from 255) = 22.33%
R=34.99%
G=42.68%
B=22.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal141172900.1800.480.3382.6833.0651.37
Hex8DAC5A1203021532133
Octal21525413222060411234163
Binary100011011010110010110101001001100001000011010011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,90); }

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

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

 a { background-color: rgb(141,172,90); }

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

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

 span { border-color: rgb(141,172,90); }

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