Shades of Chelsea Cucumber #8AAC5E
Tints of Chelsea Cucumber #8AAC5E
RGB
CMYK
RGB Variations
Color information
#8AAC5E (or 0x8AAC5E) is known color: Chelsea Cucumber. HEX triplet: 8A, AC and 5E. RGB value is (138,172,94). Sum of RGB (Red+Green+Blue) = 138+172+94=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC5E is #7553A1. Grayscale: #999999. Windows color (decimal): -7689122 or 6204554. OLE color: 6204554.
HSL color Cylindrical-coordinate representation of color #8AAC5E: hue angle of 86.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AAC5E is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 94 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.33 |
| HSL | 86.15º | 0.32% | 0.52% | - |
| HSV(B) | 86.15º | 0.45% | 0.67% | - |
| XYZ | 27.25 | 35.72 | 16.05 | - |
| YUV | 152.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 94 | 0.20 | 0 | 0.45 | 0.33 | 86.15 | 0.32 | 0.52 |
| Hex | 8A | AC | 5E | 14 | 0 | 2D | 21 | 56 | 20 | 34 |
| Octal | 212 | 254 | 136 | 24 | 0 | 55 | 41 | 126 | 40 | 64 |
| Binary | 10001010 | 10101100 | 1011110 | 10100 | 0 | 101101 | 100001 | 1010110 | 100000 | 110100 |
Color Harmonies of #8AAC5E
Complementary color
Monochromatic Colors of #8AAC5E
Black with #8AAC5E
Text Example
Text Example
White with #8AAC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC5E; }
p { color: rgb(138,172,94); }
H1.HeaderClassName
{
color: #8AAC5E;
}
.AnyTagClassName
{
color: #8AAC5E;
}
</style>
background-color css
<style>
a { background-color: #8AAC5E; }
a { background-color: rgb(138,172,94); }
div.DivClassName
{
background-color: #8AAC5E;
}
.BgClassName
{
background-color: #8AAC5E;
}
</style>
border-color css
<style>
span { border-color: #8AAC5E; }
span { border-color: rgb(138,172,94); }
td.TdClassName
{
border-color: #8AAC5E;
}
.TagClassName
{
border-color: #8AAC5E;
}
</style>