Shades of Chelsea Cucumber #8CA84A
Tints of Chelsea Cucumber #8CA84A
RGB
CMYK
RGB Variations
Color information
#8CA84A (or 0x8CA84A) is known color: Chelsea Cucumber. HEX triplet: 8C, A8 and 4A. RGB value is (140,168,74). Sum of RGB (Red+Green+Blue) = 140+168+74=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 74 (29.30% from 255 or 19.37% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA84A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA84A is #7357B5. Grayscale: #959595. Windows color (decimal): -7559094 or 4892812. OLE color: 4892812.
HSL color Cylindrical-coordinate representation of color #8CA84A: hue angle of 77.87º 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 #8CA84A is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 168 | 74 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.34 |
| HSL | 77.87º | 0.39% | 0.47% | - |
| HSV(B) | 77.87º | 0.56% | 0.66% | - |
| XYZ | 26.05 | 34.08 | 11.68 | - |
| YUV | 148.91 | 85.72 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 168 | 74 | 0.17 | 0 | 0.56 | 0.34 | 77.87 | 0.39 | 0.47 |
| Hex | 8C | A8 | 4A | 11 | 0 | 38 | 22 | 4E | 27 | 2F |
| Octal | 214 | 250 | 112 | 21 | 0 | 70 | 42 | 116 | 47 | 57 |
| Binary | 10001100 | 10101000 | 1001010 | 10001 | 0 | 111000 | 100010 | 1001110 | 100111 | 101111 |
Color Harmonies of #8CA84A
Complementary color
Monochromatic Colors of #8CA84A
Black with #8CA84A
Text Example
Text Example
White with #8CA84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA84A; }
p { color: rgb(140,168,74); }
H1.HeaderClassName
{
color: #8CA84A;
}
.AnyTagClassName
{
color: #8CA84A;
}
</style>
background-color css
<style>
a { background-color: #8CA84A; }
a { background-color: rgb(140,168,74); }
div.DivClassName
{
background-color: #8CA84A;
}
.BgClassName
{
background-color: #8CA84A;
}
</style>
border-color css
<style>
span { border-color: #8CA84A; }
span { border-color: rgb(140,168,74); }
td.TdClassName
{
border-color: #8CA84A;
}
.TagClassName
{
border-color: #8CA84A;
}
</style>