Shades of Chelsea Cucumber #8FA650
Tints of Chelsea Cucumber #8FA650
RGB
CMYK
RGB Variations
Color information
#8FA650 (or 0x8FA650) is known color: Chelsea Cucumber. HEX triplet: 8F, A6 and 50. RGB value is (143,166,80). Sum of RGB (Red+Green+Blue) = 143+166+80=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA650 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA650 is #7059AF. Grayscale: #959595. Windows color (decimal): -7362992 or 5285519. OLE color: 5285519.
HSL color Cylindrical-coordinate representation of color #8FA650: hue angle of 76.05º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FA650 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 166 | 80 | - |
| CMYK | 0.14 | 0 | 0.52 | 0.35 |
| HSL | 76.05º | 0.35% | 0.48% | - |
| HSV(B) | 76.05º | 0.52% | 0.65% | - |
| XYZ | 26.41 | 33.69 | 12.7 | - |
| YUV | 149.32 | 88.88 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 166 | 80 | 0.14 | 0 | 0.52 | 0.35 | 76.05 | 0.35 | 0.48 |
| Hex | 8F | A6 | 50 | E | 0 | 34 | 23 | 4C | 23 | 30 |
| Octal | 217 | 246 | 120 | 16 | 0 | 64 | 43 | 114 | 43 | 60 |
| Binary | 10001111 | 10100110 | 1010000 | 1110 | 0 | 110100 | 100011 | 1001100 | 100011 | 110000 |
Color Harmonies of #8FA650
Complementary color
Monochromatic Colors of #8FA650
Black with #8FA650
Text Example
Text Example
White with #8FA650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA650; }
p { color: rgb(143,166,80); }
H1.HeaderClassName
{
color: #8FA650;
}
.AnyTagClassName
{
color: #8FA650;
}
</style>
background-color css
<style>
a { background-color: #8FA650; }
a { background-color: rgb(143,166,80); }
div.DivClassName
{
background-color: #8FA650;
}
.BgClassName
{
background-color: #8FA650;
}
</style>
border-color css
<style>
span { border-color: #8FA650; }
span { border-color: rgb(143,166,80); }
td.TdClassName
{
border-color: #8FA650;
}
.TagClassName
{
border-color: #8FA650;
}
</style>