Shades of Chelsea Cucumber #8AA86A
Tints of Chelsea Cucumber #8AA86A
RGB
CMYK
RGB Variations
Color information
#8AA86A (or 0x8AA86A) is known color: Chelsea Cucumber. HEX triplet: 8A, A8 and 6A. RGB value is (138,168,106). Sum of RGB (Red+Green+Blue) = 138+168+106=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA86A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA86A is #755795. Grayscale: #989898. Windows color (decimal): -7690134 or 6989962. OLE color: 6989962.
HSL color Cylindrical-coordinate representation of color #8AA86A: hue angle of 89.03º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AA86A is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 106 | - |
| CMYK | 0.18 | 0 | 0.37 | 0.34 |
| HSL | 89.03º | 0.26% | 0.54% | - |
| HSV(B) | 89.03º | 0.37% | 0.66% | - |
| XYZ | 27.09 | 34.45 | 18.86 | - |
| YUV | 151.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 106 | 0.18 | 0 | 0.37 | 0.34 | 89.03 | 0.26 | 0.54 |
| Hex | 8A | A8 | 6A | 12 | 0 | 25 | 22 | 59 | 1A | 36 |
| Octal | 212 | 250 | 152 | 22 | 0 | 45 | 42 | 131 | 32 | 66 |
| Binary | 10001010 | 10101000 | 1101010 | 10010 | 0 | 100101 | 100010 | 1011001 | 11010 | 110110 |
Color Harmonies of #8AA86A
Complementary color
Monochromatic Colors of #8AA86A
Black with #8AA86A
Text Example
Text Example
White with #8AA86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA86A; }
p { color: rgb(138,168,106); }
H1.HeaderClassName
{
color: #8AA86A;
}
.AnyTagClassName
{
color: #8AA86A;
}
</style>
background-color css
<style>
a { background-color: #8AA86A; }
a { background-color: rgb(138,168,106); }
div.DivClassName
{
background-color: #8AA86A;
}
.BgClassName
{
background-color: #8AA86A;
}
</style>
border-color css
<style>
span { border-color: #8AA86A; }
span { border-color: rgb(138,168,106); }
td.TdClassName
{
border-color: #8AA86A;
}
.TagClassName
{
border-color: #8AA86A;
}
</style>