Shades of Chelsea Cucumber #8AAF57
Tints of Chelsea Cucumber #8AAF57
RGB
CMYK
RGB Variations
Color information
#8AAF57 (or 0x8AAF57) is known color: Chelsea Cucumber. HEX triplet: 8A, AF and 57. RGB value is (138,175,87). Sum of RGB (Red+Green+Blue) = 138+175+87=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #8AAF57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAF57 is #7550A8. Grayscale: #9A9A9A. Windows color (decimal): -7688361 or 5746570. OLE color: 5746570.
HSL color Cylindrical-coordinate representation of color #8AAF57: hue angle of 85.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8AAF57 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 175 | 87 | - |
| CMYK | 0.21 | 0 | 0.50 | 0.31 |
| HSL | 85.23º | 0.35% | 0.51% | - |
| HSV(B) | 85.23º | 0.5% | 0.69% | - |
| XYZ | 27.53 | 36.75 | 14.66 | - |
| YUV | 153.91 | 90.24 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 175 | 87 | 0.21 | 0 | 0.50 | 0.31 | 85.23 | 0.35 | 0.51 |
| Hex | 8A | AF | 57 | 15 | 0 | 32 | 1F | 55 | 23 | 33 |
| Octal | 212 | 257 | 127 | 25 | 0 | 62 | 37 | 125 | 43 | 63 |
| Binary | 10001010 | 10101111 | 1010111 | 10101 | 0 | 110010 | 11111 | 1010101 | 100011 | 110011 |
Color Harmonies of #8AAF57
Complementary color
Monochromatic Colors of #8AAF57
Black with #8AAF57
Text Example
Text Example
White with #8AAF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAF57; }
p { color: rgb(138,175,87); }
H1.HeaderClassName
{
color: #8AAF57;
}
.AnyTagClassName
{
color: #8AAF57;
}
</style>
background-color css
<style>
a { background-color: #8AAF57; }
a { background-color: rgb(138,175,87); }
div.DivClassName
{
background-color: #8AAF57;
}
.BgClassName
{
background-color: #8AAF57;
}
</style>
border-color css
<style>
span { border-color: #8AAF57; }
span { border-color: rgb(138,175,87); }
td.TdClassName
{
border-color: #8AAF57;
}
.TagClassName
{
border-color: #8AAF57;
}
</style>