Shades of Chelsea Cucumber #8CAF59
Tints of Chelsea Cucumber #8CAF59
RGB
CMYK
RGB Variations
Color information
#8CAF59 (or 0x8CAF59) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 59. RGB value is (140,175,89). Sum of RGB (Red+Green+Blue) = 140+175+89=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF59 is #7350A6. Grayscale: #9B9B9B. Windows color (decimal): -7557287 or 5877644. OLE color: 5877644.
HSL color Cylindrical-coordinate representation of color #8CAF59: hue angle of 84.42º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CAF59 is Cyan = 0.2, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 89 | - |
| CMYK | 0.2 | 0 | 0.49 | 0.31 |
| HSL | 84.42º | 0.35% | 0.52% | - |
| HSV(B) | 84.42º | 0.49% | 0.69% | - |
| XYZ | 27.95 | 36.96 | 15.11 | - |
| YUV | 154.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 89 | 0.2 | 0 | 0.49 | 0.31 | 84.42 | 0.35 | 0.52 |
| Hex | 8C | AF | 59 | 14 | 0 | 31 | 1F | 54 | 23 | 34 |
| Octal | 214 | 257 | 131 | 24 | 0 | 61 | 37 | 124 | 43 | 64 |
| Binary | 10001100 | 10101111 | 1011001 | 10100 | 0 | 110001 | 11111 | 1010100 | 100011 | 110100 |
Color Harmonies of #8CAF59
Complementary color
Monochromatic Colors of #8CAF59
Black with #8CAF59
Text Example
Text Example
White with #8CAF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF59; }
p { color: rgb(140,175,89); }
H1.HeaderClassName
{
color: #8CAF59;
}
.AnyTagClassName
{
color: #8CAF59;
}
</style>
background-color css
<style>
a { background-color: #8CAF59; }
a { background-color: rgb(140,175,89); }
div.DivClassName
{
background-color: #8CAF59;
}
.BgClassName
{
background-color: #8CAF59;
}
</style>
border-color css
<style>
span { border-color: #8CAF59; }
span { border-color: rgb(140,175,89); }
td.TdClassName
{
border-color: #8CAF59;
}
.TagClassName
{
border-color: #8CAF59;
}
</style>