Shades of Chelsea Cucumber #8CAF61
Tints of Chelsea Cucumber #8CAF61
RGB
CMYK
RGB Variations
Color information
#8CAF61 (or 0x8CAF61) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 61. RGB value is (140,175,97). Sum of RGB (Red+Green+Blue) = 140+175+97=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 97 (38.28% from 255 or 23.54% from 412); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF61 is #73509E. Grayscale: #9B9B9B. Windows color (decimal): -7557279 or 6401932. OLE color: 6401932.
HSL color Cylindrical-coordinate representation of color #8CAF61: hue angle of 86.92º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CAF61 is Cyan = 0.2, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 97 | - |
| CMYK | 0.2 | 0 | 0.45 | 0.31 |
| HSL | 86.92º | 0.33% | 0.53% | - |
| HSV(B) | 86.92º | 0.45% | 0.69% | - |
| XYZ | 28.3 | 37.1 | 16.98 | - |
| YUV | 155.64 | 94.9 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 97 | 0.2 | 0 | 0.45 | 0.31 | 86.92 | 0.33 | 0.53 |
| Hex | 8C | AF | 61 | 14 | 0 | 2D | 1F | 57 | 21 | 35 |
| Octal | 214 | 257 | 141 | 24 | 0 | 55 | 37 | 127 | 41 | 65 |
| Binary | 10001100 | 10101111 | 1100001 | 10100 | 0 | 101101 | 11111 | 1010111 | 100001 | 110101 |
Color Harmonies of #8CAF61
Complementary color
Monochromatic Colors of #8CAF61
Black with #8CAF61
Text Example
Text Example
White with #8CAF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF61; }
p { color: rgb(140,175,97); }
H1.HeaderClassName
{
color: #8CAF61;
}
.AnyTagClassName
{
color: #8CAF61;
}
</style>
background-color css
<style>
a { background-color: #8CAF61; }
a { background-color: rgb(140,175,97); }
div.DivClassName
{
background-color: #8CAF61;
}
.BgClassName
{
background-color: #8CAF61;
}
</style>
border-color css
<style>
span { border-color: #8CAF61; }
span { border-color: rgb(140,175,97); }
td.TdClassName
{
border-color: #8CAF61;
}
.TagClassName
{
border-color: #8CAF61;
}
</style>