Shades of Chelsea Cucumber #8FA250
Tints of Chelsea Cucumber #8FA250
RGB
CMYK
RGB Variations
Color information
#8FA250 (or 0x8FA250) is known color: Chelsea Cucumber. HEX triplet: 8F, A2 and 50. RGB value is (143,162,80). Sum of RGB (Red+Green+Blue) = 143+162+80=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA250 is #705DAF. Grayscale: #939393. Windows color (decimal): -7364016 or 5284495. OLE color: 5284495.
HSL color Cylindrical-coordinate representation of color #8FA250: hue angle of 73.9º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8FA250 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 162 | 80 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.36 |
| HSL | 73.9º | 0.34% | 0.47% | - |
| HSV(B) | 73.9º | 0.51% | 0.64% | - |
| XYZ | 25.7 | 32.26 | 12.46 | - |
| YUV | 146.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 80 | 0.12 | 0 | 0.51 | 0.36 | 73.9 | 0.34 | 0.47 |
| Hex | 8F | A2 | 50 | C | 0 | 33 | 24 | 4A | 22 | 2F |
| Octal | 217 | 242 | 120 | 14 | 0 | 63 | 44 | 112 | 42 | 57 |
| Binary | 10001111 | 10100010 | 1010000 | 1100 | 0 | 110011 | 100100 | 1001010 | 100010 | 101111 |
Color Harmonies of #8FA250
Complementary color
Monochromatic Colors of #8FA250
Black with #8FA250
Text Example
Text Example
White with #8FA250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA250; }
p { color: rgb(143,162,80); }
H1.HeaderClassName
{
color: #8FA250;
}
.AnyTagClassName
{
color: #8FA250;
}
</style>
background-color css
<style>
a { background-color: #8FA250; }
a { background-color: rgb(143,162,80); }
div.DivClassName
{
background-color: #8FA250;
}
.BgClassName
{
background-color: #8FA250;
}
</style>
border-color css
<style>
span { border-color: #8FA250; }
span { border-color: rgb(143,162,80); }
td.TdClassName
{
border-color: #8FA250;
}
.TagClassName
{
border-color: #8FA250;
}
</style>