Shades of Chelsea Cucumber #8AAC69
Tints of Chelsea Cucumber #8AAC69
RGB
CMYK
RGB Variations
Color information
#8AAC69 (or 0x8AAC69) is known color: Chelsea Cucumber. HEX triplet: 8A, AC and 69. RGB value is (138,172,105). Sum of RGB (Red+Green+Blue) = 138+172+105=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #8AAC69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAC69 is #755396. Grayscale: #9A9A9A. Windows color (decimal): -7689111 or 6925450. OLE color: 6925450.
HSL color Cylindrical-coordinate representation of color #8AAC69: hue angle of 90.45º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AAC69 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 172 | 105 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.33 |
| HSL | 90.45º | 0.29% | 0.54% | - |
| HSV(B) | 90.45º | 0.39% | 0.67% | - |
| XYZ | 27.78 | 35.93 | 18.84 | - |
| YUV | 154.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 105 | 0.20 | 0 | 0.39 | 0.33 | 90.45 | 0.29 | 0.54 |
| Hex | 8A | AC | 69 | 14 | 0 | 27 | 21 | 5A | 1D | 36 |
| Octal | 212 | 254 | 151 | 24 | 0 | 47 | 41 | 132 | 35 | 66 |
| Binary | 10001010 | 10101100 | 1101001 | 10100 | 0 | 100111 | 100001 | 1011010 | 11101 | 110110 |
Color Harmonies of #8AAC69
Complementary color
Monochromatic Colors of #8AAC69
Black with #8AAC69
Text Example
Text Example
White with #8AAC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAC69; }
p { color: rgb(138,172,105); }
H1.HeaderClassName
{
color: #8AAC69;
}
.AnyTagClassName
{
color: #8AAC69;
}
</style>
background-color css
<style>
a { background-color: #8AAC69; }
a { background-color: rgb(138,172,105); }
div.DivClassName
{
background-color: #8AAC69;
}
.BgClassName
{
background-color: #8AAC69;
}
</style>
border-color css
<style>
span { border-color: #8AAC69; }
span { border-color: rgb(138,172,105); }
td.TdClassName
{
border-color: #8AAC69;
}
.TagClassName
{
border-color: #8AAC69;
}
</style>