Shades of Chelsea Cucumber #8AAD51
Tints of Chelsea Cucumber #8AAD51
RGB
CMYK
RGB Variations
Color information
#8AAD51 (or 0x8AAD51) is known color: Chelsea Cucumber. HEX triplet: 8A, AD and 51. RGB value is (138,173,81). Sum of RGB (Red+Green+Blue) = 138+173+81=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #8AAD51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAD51 is #7552AE. Grayscale: #989898. Windows color (decimal): -7688879 or 5352842. OLE color: 5352842.
HSL color Cylindrical-coordinate representation of color #8AAD51: hue angle of 82.83º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AAD51 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 173 | 81 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.32 |
| HSL | 82.83º | 0.36% | 0.5% | - |
| HSV(B) | 82.83º | 0.53% | 0.68% | - |
| XYZ | 26.91 | 35.88 | 13.29 | - |
| YUV | 152.05 | 87.9 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 173 | 81 | 0.20 | 0 | 0.53 | 0.32 | 82.83 | 0.36 | 0.5 |
| Hex | 8A | AD | 51 | 14 | 0 | 35 | 20 | 53 | 24 | 32 |
| Octal | 212 | 255 | 121 | 24 | 0 | 65 | 40 | 123 | 44 | 62 |
| Binary | 10001010 | 10101101 | 1010001 | 10100 | 0 | 110101 | 100000 | 1010011 | 100100 | 110010 |
Color Harmonies of #8AAD51
Complementary color
Monochromatic Colors of #8AAD51
Black with #8AAD51
Text Example
Text Example
White with #8AAD51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAD51; }
p { color: rgb(138,173,81); }
H1.HeaderClassName
{
color: #8AAD51;
}
.AnyTagClassName
{
color: #8AAD51;
}
</style>
background-color css
<style>
a { background-color: #8AAD51; }
a { background-color: rgb(138,173,81); }
div.DivClassName
{
background-color: #8AAD51;
}
.BgClassName
{
background-color: #8AAD51;
}
</style>
border-color css
<style>
span { border-color: #8AAD51; }
span { border-color: rgb(138,173,81); }
td.TdClassName
{
border-color: #8AAD51;
}
.TagClassName
{
border-color: #8AAD51;
}
</style>