Shades of Chelsea Cucumber #8CAC58
Tints of Chelsea Cucumber #8CAC58
RGB
CMYK
RGB Variations
Color information
#8CAC58 (or 0x8CAC58) is known color: Chelsea Cucumber. HEX triplet: 8C, AC and 58. RGB value is (140,172,88). Sum of RGB (Red+Green+Blue) = 140+172+88=400 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 88 (34.77% from 255 or 22% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #8CAC58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAC58 is #7353A7. Grayscale: #999999. Windows color (decimal): -7558056 or 5811340. OLE color: 5811340.
HSL color Cylindrical-coordinate representation of color #8CAC58: hue angle of 82.86º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CAC58 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 172 | 88 | - |
| CMYK | 0.19 | 0 | 0.49 | 0.33 |
| HSL | 82.86º | 0.34% | 0.51% | - |
| HSV(B) | 82.86º | 0.49% | 0.67% | - |
| XYZ | 27.33 | 35.79 | 14.7 | - |
| YUV | 152.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 88 | 0.19 | 0 | 0.49 | 0.33 | 82.86 | 0.34 | 0.51 |
| Hex | 8C | AC | 58 | 13 | 0 | 31 | 21 | 53 | 22 | 33 |
| Octal | 214 | 254 | 130 | 23 | 0 | 61 | 41 | 123 | 42 | 63 |
| Binary | 10001100 | 10101100 | 1011000 | 10011 | 0 | 110001 | 100001 | 1010011 | 100010 | 110011 |
Color Harmonies of #8CAC58
Complementary color
Monochromatic Colors of #8CAC58
Black with #8CAC58
Text Example
Text Example
White with #8CAC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAC58; }
p { color: rgb(140,172,88); }
H1.HeaderClassName
{
color: #8CAC58;
}
.AnyTagClassName
{
color: #8CAC58;
}
</style>
background-color css
<style>
a { background-color: #8CAC58; }
a { background-color: rgb(140,172,88); }
div.DivClassName
{
background-color: #8CAC58;
}
.BgClassName
{
background-color: #8CAC58;
}
</style>
border-color css
<style>
span { border-color: #8CAC58; }
span { border-color: rgb(140,172,88); }
td.TdClassName
{
border-color: #8CAC58;
}
.TagClassName
{
border-color: #8CAC58;
}
</style>