Shades of Chelsea Cucumber #8FA84A
Tints of Chelsea Cucumber #8FA84A
RGB
CMYK
RGB Variations
Color information
#8FA84A (or 0x8FA84A) is known color: Chelsea Cucumber. HEX triplet: 8F, A8 and 4A. RGB value is (143,168,74). Sum of RGB (Red+Green+Blue) = 143+168+74=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 168 - color contains mainly: green. Hex color #8FA84A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA84A is #7057B5. Grayscale: #969696. Windows color (decimal): -7362486 or 4892815. OLE color: 4892815.
HSL color Cylindrical-coordinate representation of color #8FA84A: hue angle of 75.96º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FA84A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 143 | 168 | 74 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.34 |
| HSL | 75.96º | 0.39% | 0.47% | - |
| HSV(B) | 75.96º | 0.56% | 0.66% | - |
| XYZ | 26.57 | 34.34 | 11.71 | - |
| YUV | 149.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 168 | 74 | 0.15 | 0 | 0.56 | 0.34 | 75.96 | 0.39 | 0.47 |
| Hex | 8F | A8 | 4A | F | 0 | 38 | 22 | 4C | 27 | 2F |
| Octal | 217 | 250 | 112 | 17 | 0 | 70 | 42 | 114 | 47 | 57 |
| Binary | 10001111 | 10101000 | 1001010 | 1111 | 0 | 111000 | 100010 | 1001100 | 100111 | 101111 |
Color Harmonies of #8FA84A
Complementary color
Monochromatic Colors of #8FA84A
Black with #8FA84A
Text Example
Text Example
White with #8FA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA84A; }
p { color: rgb(143,168,74); }
H1.HeaderClassName
{
color: #8FA84A;
}
.AnyTagClassName
{
color: #8FA84A;
}
</style>
background-color css
<style>
a { background-color: #8FA84A; }
a { background-color: rgb(143,168,74); }
div.DivClassName
{
background-color: #8FA84A;
}
.BgClassName
{
background-color: #8FA84A;
}
</style>
border-color css
<style>
span { border-color: #8FA84A; }
span { border-color: rgb(143,168,74); }
td.TdClassName
{
border-color: #8FA84A;
}
.TagClassName
{
border-color: #8FA84A;
}
</style>