Shades of Chelsea Cucumber #8FA55B
Tints of Chelsea Cucumber #8FA55B
RGB
CMYK
RGB Variations
Color information
#8FA55B (or 0x8FA55B) is known color: Chelsea Cucumber. HEX triplet: 8F, A5 and 5B. RGB value is (143,165,91). Sum of RGB (Red+Green+Blue) = 143+165+91=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 165 (64.84% from 255 or 41.35% from 399); Blue value is 91 (35.94% from 255 or 22.81% from 399); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA55B is #705AA4. Grayscale: #969696. Windows color (decimal): -7363237 or 6006159. OLE color: 6006159.
HSL color Cylindrical-coordinate representation of color #8FA55B: hue angle of 77.84º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8FA55B is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 165 | 91 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.35 |
| HSL | 77.84º | 0.29% | 0.5% | - |
| HSV(B) | 77.84º | 0.45% | 0.65% | - |
| XYZ | 26.67 | 33.51 | 14.96 | - |
| YUV | 149.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 165 | 91 | 0.13 | 0 | 0.45 | 0.35 | 77.84 | 0.29 | 0.5 |
| Hex | 8F | A5 | 5B | D | 0 | 2D | 23 | 4E | 1D | 32 |
| Octal | 217 | 245 | 133 | 15 | 0 | 55 | 43 | 116 | 35 | 62 |
| Binary | 10001111 | 10100101 | 1011011 | 1101 | 0 | 101101 | 100011 | 1001110 | 11101 | 110010 |
Color Harmonies of #8FA55B
Complementary color
Monochromatic Colors of #8FA55B
Black with #8FA55B
Text Example
Text Example
White with #8FA55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA55B; }
p { color: rgb(143,165,91); }
H1.HeaderClassName
{
color: #8FA55B;
}
.AnyTagClassName
{
color: #8FA55B;
}
</style>
background-color css
<style>
a { background-color: #8FA55B; }
a { background-color: rgb(143,165,91); }
div.DivClassName
{
background-color: #8FA55B;
}
.BgClassName
{
background-color: #8FA55B;
}
</style>
border-color css
<style>
span { border-color: #8FA55B; }
span { border-color: rgb(143,165,91); }
td.TdClassName
{
border-color: #8FA55B;
}
.TagClassName
{
border-color: #8FA55B;
}
</style>