Shades of Chelsea Cucumber #8AAA47
Tints of Chelsea Cucumber #8AAA47
RGB
CMYK
RGB Variations
Color information
#8AAA47 (or 0x8AAA47) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 47. RGB value is (138,170,71). Sum of RGB (Red+Green+Blue) = 138+170+71=379 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.41% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AAA47 is #7555B8. Grayscale: #959595. Windows color (decimal): -7689657 or 4696714. OLE color: 4696714.
HSL color Cylindrical-coordinate representation of color #8AAA47: hue angle of 79.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8AAA47 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 71 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.33 |
| HSL | 79.39º | 0.41% | 0.47% | - |
| HSV(B) | 79.39º | 0.58% | 0.67% | - |
| XYZ | 25.99 | 34.61 | 11.27 | - |
| YUV | 149.15 | 83.9 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 71 | 0.19 | 0 | 0.58 | 0.33 | 79.39 | 0.41 | 0.47 |
| Hex | 8A | AA | 47 | 13 | 0 | 3A | 21 | 4F | 29 | 2F |
| Octal | 212 | 252 | 107 | 23 | 0 | 72 | 41 | 117 | 51 | 57 |
| Binary | 10001010 | 10101010 | 1000111 | 10011 | 0 | 111010 | 100001 | 1001111 | 101001 | 101111 |
Color Harmonies of #8AAA47
Complementary color
Monochromatic Colors of #8AAA47
Black with #8AAA47
Text Example
Text Example
White with #8AAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA47; }
p { color: rgb(138,170,71); }
H1.HeaderClassName
{
color: #8AAA47;
}
.AnyTagClassName
{
color: #8AAA47;
}
</style>
background-color css
<style>
a { background-color: #8AAA47; }
a { background-color: rgb(138,170,71); }
div.DivClassName
{
background-color: #8AAA47;
}
.BgClassName
{
background-color: #8AAA47;
}
</style>
border-color css
<style>
span { border-color: #8AAA47; }
span { border-color: rgb(138,170,71); }
td.TdClassName
{
border-color: #8AAA47;
}
.TagClassName
{
border-color: #8AAA47;
}
</style>