Shades of Chelsea Cucumber #8CAF54
Tints of Chelsea Cucumber #8CAF54
RGB
CMYK
RGB Variations
Color information
#8CAF54 (or 0x8CAF54) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 54. RGB value is (140,175,84). Sum of RGB (Red+Green+Blue) = 140+175+84=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF54 is #7350AB. Grayscale: #9A9A9A. Windows color (decimal): -7557292 or 5549964. OLE color: 5549964.
HSL color Cylindrical-coordinate representation of color #8CAF54: hue angle of 83.08º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CAF54 is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 84 | - |
| CMYK | 0.2 | 0 | 0.52 | 0.31 |
| HSL | 83.08º | 0.36% | 0.51% | - |
| HSV(B) | 83.08º | 0.52% | 0.69% | - |
| XYZ | 27.75 | 36.88 | 14.04 | - |
| YUV | 154.16 | 88.4 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 84 | 0.2 | 0 | 0.52 | 0.31 | 83.08 | 0.36 | 0.51 |
| Hex | 8C | AF | 54 | 14 | 0 | 34 | 1F | 53 | 24 | 33 |
| Octal | 214 | 257 | 124 | 24 | 0 | 64 | 37 | 123 | 44 | 63 |
| Binary | 10001100 | 10101111 | 1010100 | 10100 | 0 | 110100 | 11111 | 1010011 | 100100 | 110011 |
Color Harmonies of #8CAF54
Complementary color
Monochromatic Colors of #8CAF54
Black with #8CAF54
Text Example
Text Example
White with #8CAF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF54; }
p { color: rgb(140,175,84); }
H1.HeaderClassName
{
color: #8CAF54;
}
.AnyTagClassName
{
color: #8CAF54;
}
</style>
background-color css
<style>
a { background-color: #8CAF54; }
a { background-color: rgb(140,175,84); }
div.DivClassName
{
background-color: #8CAF54;
}
.BgClassName
{
background-color: #8CAF54;
}
</style>
border-color css
<style>
span { border-color: #8CAF54; }
span { border-color: rgb(140,175,84); }
td.TdClassName
{
border-color: #8CAF54;
}
.TagClassName
{
border-color: #8CAF54;
}
</style>