Shades of Chelsea Cucumber #8FA256
Tints of Chelsea Cucumber #8FA256
RGB
CMYK
RGB Variations
Color information
#8FA256 (or 0x8FA256) is known color: Chelsea Cucumber. HEX triplet: 8F, A2 and 56. RGB value is (143,162,86). Sum of RGB (Red+Green+Blue) = 143+162+86=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 162 (63.67% from 255 or 41.43% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA256 is #705DA9. Grayscale: #939393. Windows color (decimal): -7364010 or 5677711. OLE color: 5677711.
HSL color Cylindrical-coordinate representation of color #8FA256: hue angle of 75º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FA256 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 162 | 86 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.36 |
| HSL | 75º | 0.31% | 0.49% | - |
| HSV(B) | 75º | 0.47% | 0.64% | - |
| XYZ | 25.93 | 32.35 | 13.68 | - |
| YUV | 147.66 | 93.21 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 86 | 0.12 | 0 | 0.47 | 0.36 | 75 | 0.31 | 0.49 |
| Hex | 8F | A2 | 56 | C | 0 | 2F | 24 | 4B | 1F | 31 |
| Octal | 217 | 242 | 126 | 14 | 0 | 57 | 44 | 113 | 37 | 61 |
| Binary | 10001111 | 10100010 | 1010110 | 1100 | 0 | 101111 | 100100 | 1001011 | 11111 | 110001 |
Color Harmonies of #8FA256
Complementary color
Monochromatic Colors of #8FA256
Black with #8FA256
Text Example
Text Example
White with #8FA256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA256; }
p { color: rgb(143,162,86); }
H1.HeaderClassName
{
color: #8FA256;
}
.AnyTagClassName
{
color: #8FA256;
}
</style>
background-color css
<style>
a { background-color: #8FA256; }
a { background-color: rgb(143,162,86); }
div.DivClassName
{
background-color: #8FA256;
}
.BgClassName
{
background-color: #8FA256;
}
</style>
border-color css
<style>
span { border-color: #8FA256; }
span { border-color: rgb(143,162,86); }
td.TdClassName
{
border-color: #8FA256;
}
.TagClassName
{
border-color: #8FA256;
}
</style>