Shades of Chelsea Cucumber #8AAA62
Tints of Chelsea Cucumber #8AAA62
RGB
CMYK
RGB Variations
Color information
#8AAA62 (or 0x8AAA62) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 62. RGB value is (138,170,98). Sum of RGB (Red+Green+Blue) = 138+170+98=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA62 is #75559D. Grayscale: #989898. Windows color (decimal): -7689630 or 6466186. OLE color: 6466186.
HSL color Cylindrical-coordinate representation of color #8AAA62: hue angle of 86.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AAA62 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 98 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.33 |
| HSL | 86.67º | 0.3% | 0.53% | - |
| HSV(B) | 86.67º | 0.42% | 0.67% | - |
| XYZ | 27.06 | 35.03 | 16.89 | - |
| YUV | 152.22 | 97.4 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 98 | 0.19 | 0 | 0.42 | 0.33 | 86.67 | 0.3 | 0.53 |
| Hex | 8A | AA | 62 | 13 | 0 | 2A | 21 | 57 | 1E | 35 |
| Octal | 212 | 252 | 142 | 23 | 0 | 52 | 41 | 127 | 36 | 65 |
| Binary | 10001010 | 10101010 | 1100010 | 10011 | 0 | 101010 | 100001 | 1010111 | 11110 | 110101 |
Color Harmonies of #8AAA62
Complementary color
Monochromatic Colors of #8AAA62
Black with #8AAA62
Text Example
Text Example
White with #8AAA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA62; }
p { color: rgb(138,170,98); }
H1.HeaderClassName
{
color: #8AAA62;
}
.AnyTagClassName
{
color: #8AAA62;
}
</style>
background-color css
<style>
a { background-color: #8AAA62; }
a { background-color: rgb(138,170,98); }
div.DivClassName
{
background-color: #8AAA62;
}
.BgClassName
{
background-color: #8AAA62;
}
</style>
border-color css
<style>
span { border-color: #8AAA62; }
span { border-color: rgb(138,170,98); }
td.TdClassName
{
border-color: #8AAA62;
}
.TagClassName
{
border-color: #8AAA62;
}
</style>