Shades of Chelsea Cucumber #8AAF53
Tints of Chelsea Cucumber #8AAF53
RGB
CMYK
RGB Variations
Color information
#8AAF53 (or 0x8AAF53) is known color: Chelsea Cucumber. HEX triplet: 8A, AF and 53. RGB value is (138,175,83). Sum of RGB (Red+Green+Blue) = 138+175+83=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF53 is #7550AC. Grayscale: #999999. Windows color (decimal): -7688365 or 5484426. OLE color: 5484426.
HSL color Cylindrical-coordinate representation of color #8AAF53: hue angle of 84.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AAF53 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 83 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.31 |
| HSL | 84.13º | 0.37% | 0.51% | - |
| HSV(B) | 84.13º | 0.53% | 0.69% | - |
| XYZ | 27.37 | 36.69 | 13.82 | - |
| YUV | 153.45 | 88.24 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 83 | 0.21 | 0 | 0.53 | 0.31 | 84.13 | 0.37 | 0.51 |
| Hex | 8A | AF | 53 | 15 | 0 | 35 | 1F | 54 | 25 | 33 |
| Octal | 212 | 257 | 123 | 25 | 0 | 65 | 37 | 124 | 45 | 63 |
| Binary | 10001010 | 10101111 | 1010011 | 10101 | 0 | 110101 | 11111 | 1010100 | 100101 | 110011 |
Color Harmonies of #8AAF53
Complementary color
Monochromatic Colors of #8AAF53
Black with #8AAF53
Text Example
Text Example
White with #8AAF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF53; }
p { color: rgb(138,175,83); }
H1.HeaderClassName
{
color: #8AAF53;
}
.AnyTagClassName
{
color: #8AAF53;
}
</style>
background-color css
<style>
a { background-color: #8AAF53; }
a { background-color: rgb(138,175,83); }
div.DivClassName
{
background-color: #8AAF53;
}
.BgClassName
{
background-color: #8AAF53;
}
</style>
border-color css
<style>
span { border-color: #8AAF53; }
span { border-color: rgb(138,175,83); }
td.TdClassName
{
border-color: #8AAF53;
}
.TagClassName
{
border-color: #8AAF53;
}
</style>