Shades of Chelsea Cucumber #8FA95C
Tints of Chelsea Cucumber #8FA95C
RGB
CMYK
RGB Variations
Color information
#8FA95C (or 0x8FA95C) is known color: Chelsea Cucumber. HEX triplet: 8F, A9 and 5C. RGB value is (143,169,92). Sum of RGB (Red+Green+Blue) = 143+169+92=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 169 (66.41% from 255 or 41.83% from 404); Blue value is 92 (36.33% from 255 or 22.77% from 404); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA95C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA95C is #7056A3. Grayscale: #989898. Windows color (decimal): -7362212 or 6072719. OLE color: 6072719.
HSL color Cylindrical-coordinate representation of color #8FA95C: hue angle of 80.26º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8FA95C is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 169 | 92 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.34 |
| HSL | 80.26º | 0.31% | 0.51% | - |
| HSV(B) | 80.26º | 0.46% | 0.66% | - |
| XYZ | 27.45 | 34.99 | 15.43 | - |
| YUV | 152.45 | 93.89 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 169 | 92 | 0.15 | 0 | 0.46 | 0.34 | 80.26 | 0.31 | 0.51 |
| Hex | 8F | A9 | 5C | F | 0 | 2E | 22 | 50 | 1F | 33 |
| Octal | 217 | 251 | 134 | 17 | 0 | 56 | 42 | 120 | 37 | 63 |
| Binary | 10001111 | 10101001 | 1011100 | 1111 | 0 | 101110 | 100010 | 1010000 | 11111 | 110011 |
Color Harmonies of #8FA95C
Complementary color
Monochromatic Colors of #8FA95C
Black with #8FA95C
Text Example
Text Example
White with #8FA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA95C; }
p { color: rgb(143,169,92); }
H1.HeaderClassName
{
color: #8FA95C;
}
.AnyTagClassName
{
color: #8FA95C;
}
</style>
background-color css
<style>
a { background-color: #8FA95C; }
a { background-color: rgb(143,169,92); }
div.DivClassName
{
background-color: #8FA95C;
}
.BgClassName
{
background-color: #8FA95C;
}
</style>
border-color css
<style>
span { border-color: #8FA95C; }
span { border-color: rgb(143,169,92); }
td.TdClassName
{
border-color: #8FA95C;
}
.TagClassName
{
border-color: #8FA95C;
}
</style>