Shades of Chelsea Cucumber #8AA66C
Tints of Chelsea Cucumber #8AA66C
RGB
CMYK
RGB Variations
Color information
#8AA66C (or 0x8AA66C) is known color: Chelsea Cucumber. HEX triplet: 8A, A6 and 6C. RGB value is (138,166,108). Sum of RGB (Red+Green+Blue) = 138+166+108=412 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.50% from 412); Green value is 166 (65.23% from 255 or 40.29% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA66C is #755993. Grayscale: #979797. Windows color (decimal): -7690644 or 7120522. OLE color: 7120522.
HSL color Cylindrical-coordinate representation of color #8AA66C: hue angle of 88.97º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8AA66C is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 108 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.35 |
| HSL | 88.97º | 0.25% | 0.54% | - |
| HSV(B) | 88.97º | 0.35% | 0.65% | - |
| XYZ | 26.82 | 33.76 | 19.29 | - |
| YUV | 151.02 | 103.72 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 108 | 0.17 | 0 | 0.35 | 0.35 | 88.97 | 0.25 | 0.54 |
| Hex | 8A | A6 | 6C | 11 | 0 | 23 | 23 | 59 | 19 | 36 |
| Octal | 212 | 246 | 154 | 21 | 0 | 43 | 43 | 131 | 31 | 66 |
| Binary | 10001010 | 10100110 | 1101100 | 10001 | 0 | 100011 | 100011 | 1011001 | 11001 | 110110 |
Color Harmonies of #8AA66C
Complementary color
Monochromatic Colors of #8AA66C
Black with #8AA66C
Text Example
Text Example
White with #8AA66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA66C; }
p { color: rgb(138,166,108); }
H1.HeaderClassName
{
color: #8AA66C;
}
.AnyTagClassName
{
color: #8AA66C;
}
</style>
background-color css
<style>
a { background-color: #8AA66C; }
a { background-color: rgb(138,166,108); }
div.DivClassName
{
background-color: #8AA66C;
}
.BgClassName
{
background-color: #8AA66C;
}
</style>
border-color css
<style>
span { border-color: #8AA66C; }
span { border-color: rgb(138,166,108); }
td.TdClassName
{
border-color: #8AA66C;
}
.TagClassName
{
border-color: #8AA66C;
}
</style>