Shades of Chelsea Cucumber #8FA151
Tints of Chelsea Cucumber #8FA151
RGB
CMYK
RGB Variations
Color information
#8FA151 (or 0x8FA151) is known color: Chelsea Cucumber. HEX triplet: 8F, A1 and 51. RGB value is (143,161,81). Sum of RGB (Red+Green+Blue) = 143+161+81=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA151 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA151 is #705EAE. Grayscale: #929292. Windows color (decimal): -7364271 or 5349775. OLE color: 5349775.
HSL color Cylindrical-coordinate representation of color #8FA151: hue angle of 73.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FA151 is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 143 | 161 | 81 | - |
| CMYK | 0.11 | 0 | 0.50 | 0.37 |
| HSL | 73.5º | 0.33% | 0.47% | - |
| HSV(B) | 73.5º | 0.5% | 0.63% | - |
| XYZ | 25.56 | 31.92 | 12.6 | - |
| YUV | 146.5 | 91.04 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 161 | 81 | 0.11 | 0 | 0.50 | 0.37 | 73.5 | 0.33 | 0.47 |
| Hex | 8F | A1 | 51 | B | 0 | 32 | 25 | 4A | 21 | 2F |
| Octal | 217 | 241 | 121 | 13 | 0 | 62 | 45 | 112 | 41 | 57 |
| Binary | 10001111 | 10100001 | 1010001 | 1011 | 0 | 110010 | 100101 | 1001010 | 100001 | 101111 |
Color Harmonies of #8FA151
Complementary color
Monochromatic Colors of #8FA151
Black with #8FA151
Text Example
Text Example
White with #8FA151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA151; }
p { color: rgb(143,161,81); }
H1.HeaderClassName
{
color: #8FA151;
}
.AnyTagClassName
{
color: #8FA151;
}
</style>
background-color css
<style>
a { background-color: #8FA151; }
a { background-color: rgb(143,161,81); }
div.DivClassName
{
background-color: #8FA151;
}
.BgClassName
{
background-color: #8FA151;
}
</style>
border-color css
<style>
span { border-color: #8FA151; }
span { border-color: rgb(143,161,81); }
td.TdClassName
{
border-color: #8FA151;
}
.TagClassName
{
border-color: #8FA151;
}
</style>