Shades of Chelsea Cucumber #8AAC6D
Tints of Chelsea Cucumber #8AAC6D
RGB
CMYK
RGB Variations
Color information
#8AAC6D (or 0x8AAC6D) is known color: Chelsea Cucumber. HEX triplet: 8A, AC and 6D. RGB value is (138,172,109). Sum of RGB (Red+Green+Blue) = 138+172+109=419 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.94% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC6D is #755392. Grayscale: #9A9A9A. Windows color (decimal): -7689107 or 7187594. OLE color: 7187594.
HSL color Cylindrical-coordinate representation of color #8AAC6D: hue angle of 92.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AAC6D is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 109 | - |
| CMYK | 0.20 | 0 | 0.37 | 0.33 |
| HSL | 92.38º | 0.28% | 0.55% | - |
| HSV(B) | 92.38º | 0.37% | 0.67% | - |
| XYZ | 27.99 | 36.01 | 19.94 | - |
| YUV | 154.65 | 102.24 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 109 | 0.20 | 0 | 0.37 | 0.33 | 92.38 | 0.28 | 0.55 |
| Hex | 8A | AC | 6D | 14 | 0 | 25 | 21 | 5C | 1C | 37 |
| Octal | 212 | 254 | 155 | 24 | 0 | 45 | 41 | 134 | 34 | 67 |
| Binary | 10001010 | 10101100 | 1101101 | 10100 | 0 | 100101 | 100001 | 1011100 | 11100 | 110111 |
Color Harmonies of #8AAC6D
Complementary color
Monochromatic Colors of #8AAC6D
Black with #8AAC6D
Text Example
Text Example
White with #8AAC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC6D; }
p { color: rgb(138,172,109); }
H1.HeaderClassName
{
color: #8AAC6D;
}
.AnyTagClassName
{
color: #8AAC6D;
}
</style>
background-color css
<style>
a { background-color: #8AAC6D; }
a { background-color: rgb(138,172,109); }
div.DivClassName
{
background-color: #8AAC6D;
}
.BgClassName
{
background-color: #8AAC6D;
}
</style>
border-color css
<style>
span { border-color: #8AAC6D; }
span { border-color: rgb(138,172,109); }
td.TdClassName
{
border-color: #8AAC6D;
}
.TagClassName
{
border-color: #8AAC6D;
}
</style>