Shades of Chelsea Cucumber #8AAE6C
Tints of Chelsea Cucumber #8AAE6C
RGB
CMYK
RGB Variations
Color information
#8AAE6C (or 0x8AAE6C) is known color: Chelsea Cucumber. HEX triplet: 8A, AE and 6C. RGB value is (138,174,108). Sum of RGB (Red+Green+Blue) = 138+174+108=420 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.86% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 108 (42.58% from 255 or 25.71% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAE6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAE6C is #755193. Grayscale: #9B9B9B. Windows color (decimal): -7688596 or 7122570. OLE color: 7122570.
HSL color Cylindrical-coordinate representation of color #8AAE6C: hue angle of 92.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AAE6C is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 174 | 108 | - |
| CMYK | 0.21 | 0 | 0.38 | 0.32 |
| HSL | 92.73º | 0.29% | 0.55% | - |
| HSV(B) | 92.73º | 0.38% | 0.68% | - |
| XYZ | 28.32 | 36.76 | 19.79 | - |
| YUV | 155.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 174 | 108 | 0.21 | 0 | 0.38 | 0.32 | 92.73 | 0.29 | 0.55 |
| Hex | 8A | AE | 6C | 15 | 0 | 26 | 20 | 5D | 1D | 37 |
| Octal | 212 | 256 | 154 | 25 | 0 | 46 | 40 | 135 | 35 | 67 |
| Binary | 10001010 | 10101110 | 1101100 | 10101 | 0 | 100110 | 100000 | 1011101 | 11101 | 110111 |
Color Harmonies of #8AAE6C
Complementary color
Monochromatic Colors of #8AAE6C
Black with #8AAE6C
Text Example
Text Example
White with #8AAE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAE6C; }
p { color: rgb(138,174,108); }
H1.HeaderClassName
{
color: #8AAE6C;
}
.AnyTagClassName
{
color: #8AAE6C;
}
</style>
background-color css
<style>
a { background-color: #8AAE6C; }
a { background-color: rgb(138,174,108); }
div.DivClassName
{
background-color: #8AAE6C;
}
.BgClassName
{
background-color: #8AAE6C;
}
</style>
border-color css
<style>
span { border-color: #8AAE6C; }
span { border-color: rgb(138,174,108); }
td.TdClassName
{
border-color: #8AAE6C;
}
.TagClassName
{
border-color: #8AAE6C;
}
</style>