Shades of Chelsea Cucumber #8CA943
Tints of Chelsea Cucumber #8CA943
RGB
CMYK
RGB Variations
Color information
#8CA943 (or 0x8CA943) is known color: Chelsea Cucumber. HEX triplet: 8C, A9 and 43. RGB value is (140,169,67). Sum of RGB (Red+Green+Blue) = 140+169+67=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA943 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA943 is #7356BC. Grayscale: #959595. Windows color (decimal): -7558845 or 4434316. OLE color: 4434316.
HSL color Cylindrical-coordinate representation of color #8CA943: hue angle of 77.06º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CA943 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 169 | 67 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.34 |
| HSL | 77.06º | 0.43% | 0.46% | - |
| HSV(B) | 77.06º | 0.6% | 0.66% | - |
| XYZ | 26.02 | 34.36 | 10.57 | - |
| YUV | 148.7 | 81.89 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 169 | 67 | 0.17 | 0 | 0.60 | 0.34 | 77.06 | 0.43 | 0.46 |
| Hex | 8C | A9 | 43 | 11 | 0 | 3C | 22 | 4D | 2B | 2E |
| Octal | 214 | 251 | 103 | 21 | 0 | 74 | 42 | 115 | 53 | 56 |
| Binary | 10001100 | 10101001 | 1000011 | 10001 | 0 | 111100 | 100010 | 1001101 | 101011 | 101110 |
Color Harmonies of #8CA943
Complementary color
Monochromatic Colors of #8CA943
Black with #8CA943
Text Example
Text Example
White with #8CA943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA943; }
p { color: rgb(140,169,67); }
H1.HeaderClassName
{
color: #8CA943;
}
.AnyTagClassName
{
color: #8CA943;
}
</style>
background-color css
<style>
a { background-color: #8CA943; }
a { background-color: rgb(140,169,67); }
div.DivClassName
{
background-color: #8CA943;
}
.BgClassName
{
background-color: #8CA943;
}
</style>
border-color css
<style>
span { border-color: #8CA943; }
span { border-color: rgb(140,169,67); }
td.TdClassName
{
border-color: #8CA943;
}
.TagClassName
{
border-color: #8CA943;
}
</style>