Shades of Chelsea Cucumber #8AAA53
Tints of Chelsea Cucumber #8AAA53
RGB
CMYK
RGB Variations
Color information
#8AAA53 (or 0x8AAA53) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 53. RGB value is (138,170,83). Sum of RGB (Red+Green+Blue) = 138+170+83=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA53 is #7555AC. Grayscale: #969696. Windows color (decimal): -7689645 or 5483146. OLE color: 5483146.
HSL color Cylindrical-coordinate representation of color #8AAA53: hue angle of 82.07º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AAA53 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 83 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.33 |
| HSL | 82.07º | 0.34% | 0.5% | - |
| HSV(B) | 82.07º | 0.51% | 0.67% | - |
| XYZ | 26.42 | 34.78 | 13.5 | - |
| YUV | 150.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 83 | 0.19 | 0 | 0.51 | 0.33 | 82.07 | 0.34 | 0.5 |
| Hex | 8A | AA | 53 | 13 | 0 | 33 | 21 | 52 | 22 | 32 |
| Octal | 212 | 252 | 123 | 23 | 0 | 63 | 41 | 122 | 42 | 62 |
| Binary | 10001010 | 10101010 | 1010011 | 10011 | 0 | 110011 | 100001 | 1010010 | 100010 | 110010 |
Color Harmonies of #8AAA53
Complementary color
Monochromatic Colors of #8AAA53
Black with #8AAA53
Text Example
Text Example
White with #8AAA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA53; }
p { color: rgb(138,170,83); }
H1.HeaderClassName
{
color: #8AAA53;
}
.AnyTagClassName
{
color: #8AAA53;
}
</style>
background-color css
<style>
a { background-color: #8AAA53; }
a { background-color: rgb(138,170,83); }
div.DivClassName
{
background-color: #8AAA53;
}
.BgClassName
{
background-color: #8AAA53;
}
</style>
border-color css
<style>
span { border-color: #8AAA53; }
span { border-color: rgb(138,170,83); }
td.TdClassName
{
border-color: #8AAA53;
}
.TagClassName
{
border-color: #8AAA53;
}
</style>