Shades of Chelsea Cucumber #8FA55C
Tints of Chelsea Cucumber #8FA55C
RGB
CMYK
RGB Variations
Color information
#8FA55C (or 0x8FA55C) is known color: Chelsea Cucumber. HEX triplet: 8F, A5 and 5C. RGB value is (143,165,92). Sum of RGB (Red+Green+Blue) = 143+165+92=400 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA55C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA55C is #705AA3. Grayscale: #969696. Windows color (decimal): -7363236 or 6071695. OLE color: 6071695.
HSL color Cylindrical-coordinate representation of color #8FA55C: hue angle of 78.08º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FA55C is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 165 | 92 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.35 |
| HSL | 78.08º | 0.29% | 0.5% | - |
| HSV(B) | 78.08º | 0.44% | 0.65% | - |
| XYZ | 26.71 | 33.52 | 15.19 | - |
| YUV | 150.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 165 | 92 | 0.13 | 0 | 0.44 | 0.35 | 78.08 | 0.29 | 0.5 |
| Hex | 8F | A5 | 5C | D | 0 | 2C | 23 | 4E | 1D | 32 |
| Octal | 217 | 245 | 134 | 15 | 0 | 54 | 43 | 116 | 35 | 62 |
| Binary | 10001111 | 10100101 | 1011100 | 1101 | 0 | 101100 | 100011 | 1001110 | 11101 | 110010 |
Color Harmonies of #8FA55C
Complementary color
Monochromatic Colors of #8FA55C
Black with #8FA55C
Text Example
Text Example
White with #8FA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA55C; }
p { color: rgb(143,165,92); }
H1.HeaderClassName
{
color: #8FA55C;
}
.AnyTagClassName
{
color: #8FA55C;
}
</style>
background-color css
<style>
a { background-color: #8FA55C; }
a { background-color: rgb(143,165,92); }
div.DivClassName
{
background-color: #8FA55C;
}
.BgClassName
{
background-color: #8FA55C;
}
</style>
border-color css
<style>
span { border-color: #8FA55C; }
span { border-color: rgb(143,165,92); }
td.TdClassName
{
border-color: #8FA55C;
}
.TagClassName
{
border-color: #8FA55C;
}
</style>