Shades of Chelsea Cucumber #8AAE66
Tints of Chelsea Cucumber #8AAE66
RGB
CMYK
RGB Variations
Color information
#8AAE66 (or 0x8AAE66) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 66. RGB value is (138,174,102). Sum of RGB (Red+Green+Blue) = 138+174+102=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 174 (68.36% from 255 or 42.03% from 414); Blue value is 102 (40.23% from 255 or 24.64% from 414); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE66 is #755199. Grayscale: #9B9B9B. Windows color (decimal): -7688602 or 6729354. OLE color: 6729354.
HSL color Cylindrical-coordinate representation of color #8AAE66: hue angle of 90º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AAE66 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 102 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.32 |
| HSL | 90º | 0.31% | 0.54% | - |
| HSV(B) | 90º | 0.41% | 0.68% | - |
| XYZ | 28.02 | 36.63 | 18.17 | - |
| YUV | 155.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 102 | 0.21 | 0 | 0.41 | 0.32 | 90 | 0.31 | 0.54 |
| Hex | 8A | AE | 66 | 15 | 0 | 29 | 20 | 5A | 1F | 36 |
| Octal | 212 | 256 | 146 | 25 | 0 | 51 | 40 | 132 | 37 | 66 |
| Binary | 10001010 | 10101110 | 1100110 | 10101 | 0 | 101001 | 100000 | 1011010 | 11111 | 110110 |
Color Harmonies of #8AAE66
Complementary color
Monochromatic Colors of #8AAE66
Black with #8AAE66
Text Example
Text Example
White with #8AAE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE66; }
p { color: rgb(138,174,102); }
H1.HeaderClassName
{
color: #8AAE66;
}
.AnyTagClassName
{
color: #8AAE66;
}
</style>
background-color css
<style>
a { background-color: #8AAE66; }
a { background-color: rgb(138,174,102); }
div.DivClassName
{
background-color: #8AAE66;
}
.BgClassName
{
background-color: #8AAE66;
}
</style>
border-color css
<style>
span { border-color: #8AAE66; }
span { border-color: rgb(138,174,102); }
td.TdClassName
{
border-color: #8AAE66;
}
.TagClassName
{
border-color: #8AAE66;
}
</style>