Shades of Chelsea Cucumber #8CAF56
Tints of Chelsea Cucumber #8CAF56
RGB
CMYK
RGB Variations
Color information
#8CAF56 (or 0x8CAF56) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 56. RGB value is (140,175,86). Sum of RGB (Red+Green+Blue) = 140+175+86=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 175 (68.75% from 255 or 43.64% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF56 is #7350A9. Grayscale: #9A9A9A. Windows color (decimal): -7557290 or 5681036. OLE color: 5681036.
HSL color Cylindrical-coordinate representation of color #8CAF56: hue angle of 83.6º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CAF56 is Cyan = 0.2, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 86 | - |
| CMYK | 0.2 | 0 | 0.51 | 0.31 |
| HSL | 83.6º | 0.36% | 0.51% | - |
| HSV(B) | 83.6º | 0.51% | 0.69% | - |
| XYZ | 27.82 | 36.91 | 14.46 | - |
| YUV | 154.39 | 89.4 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 86 | 0.2 | 0 | 0.51 | 0.31 | 83.6 | 0.36 | 0.51 |
| Hex | 8C | AF | 56 | 14 | 0 | 33 | 1F | 54 | 24 | 33 |
| Octal | 214 | 257 | 126 | 24 | 0 | 63 | 37 | 124 | 44 | 63 |
| Binary | 10001100 | 10101111 | 1010110 | 10100 | 0 | 110011 | 11111 | 1010100 | 100100 | 110011 |
Color Harmonies of #8CAF56
Complementary color
Monochromatic Colors of #8CAF56
Black with #8CAF56
Text Example
Text Example
White with #8CAF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF56; }
p { color: rgb(140,175,86); }
H1.HeaderClassName
{
color: #8CAF56;
}
.AnyTagClassName
{
color: #8CAF56;
}
</style>
background-color css
<style>
a { background-color: #8CAF56; }
a { background-color: rgb(140,175,86); }
div.DivClassName
{
background-color: #8CAF56;
}
.BgClassName
{
background-color: #8CAF56;
}
</style>
border-color css
<style>
span { border-color: #8CAF56; }
span { border-color: rgb(140,175,86); }
td.TdClassName
{
border-color: #8CAF56;
}
.TagClassName
{
border-color: #8CAF56;
}
</style>