Shades of Chelsea Cucumber #8CAF62
Tints of Chelsea Cucumber #8CAF62
RGB
CMYK
RGB Variations
Color information
#8CAF62 (or 0x8CAF62) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 62. RGB value is (140,175,98). Sum of RGB (Red+Green+Blue) = 140+175+98=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF62 is #73509D. Grayscale: #9C9C9C. Windows color (decimal): -7557278 or 6467468. OLE color: 6467468.
HSL color Cylindrical-coordinate representation of color #8CAF62: hue angle of 87.27º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CAF62 is Cyan = 0.2, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 98 | - |
| CMYK | 0.2 | 0 | 0.44 | 0.31 |
| HSL | 87.27º | 0.32% | 0.54% | - |
| HSV(B) | 87.27º | 0.44% | 0.69% | - |
| XYZ | 28.35 | 37.12 | 17.23 | - |
| YUV | 155.76 | 95.4 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 98 | 0.2 | 0 | 0.44 | 0.31 | 87.27 | 0.32 | 0.54 |
| Hex | 8C | AF | 62 | 14 | 0 | 2C | 1F | 57 | 20 | 36 |
| Octal | 214 | 257 | 142 | 24 | 0 | 54 | 37 | 127 | 40 | 66 |
| Binary | 10001100 | 10101111 | 1100010 | 10100 | 0 | 101100 | 11111 | 1010111 | 100000 | 110110 |
Color Harmonies of #8CAF62
Complementary color
Monochromatic Colors of #8CAF62
Black with #8CAF62
Text Example
Text Example
White with #8CAF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF62; }
p { color: rgb(140,175,98); }
H1.HeaderClassName
{
color: #8CAF62;
}
.AnyTagClassName
{
color: #8CAF62;
}
</style>
background-color css
<style>
a { background-color: #8CAF62; }
a { background-color: rgb(140,175,98); }
div.DivClassName
{
background-color: #8CAF62;
}
.BgClassName
{
background-color: #8CAF62;
}
</style>
border-color css
<style>
span { border-color: #8CAF62; }
span { border-color: rgb(140,175,98); }
td.TdClassName
{
border-color: #8CAF62;
}
.TagClassName
{
border-color: #8CAF62;
}
</style>