Shades of Chelsea Cucumber #8CAF58
Tints of Chelsea Cucumber #8CAF58
RGB
CMYK
RGB Variations
Color information
#8CAF58 (or 0x8CAF58) is known color: Chelsea Cucumber. HEX triplet: 8C, AF and 58. RGB value is (140,175,88). Sum of RGB (Red+Green+Blue) = 140+175+88=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 175 - color contains mainly: green. Hex color #8CAF58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAF58 is #7350A7. Grayscale: #9A9A9A. Windows color (decimal): -7557288 or 5812108. OLE color: 5812108.
HSL color Cylindrical-coordinate representation of color #8CAF58: hue angle of 84.14º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CAF58 is Cyan = 0.2, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 175 | 88 | - |
| CMYK | 0.2 | 0 | 0.50 | 0.31 |
| HSL | 84.14º | 0.35% | 0.52% | - |
| HSV(B) | 84.14º | 0.5% | 0.69% | - |
| XYZ | 27.91 | 36.94 | 14.89 | - |
| YUV | 154.62 | 90.4 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 175 | 88 | 0.2 | 0 | 0.50 | 0.31 | 84.14 | 0.35 | 0.52 |
| Hex | 8C | AF | 58 | 14 | 0 | 32 | 1F | 54 | 23 | 34 |
| Octal | 214 | 257 | 130 | 24 | 0 | 62 | 37 | 124 | 43 | 64 |
| Binary | 10001100 | 10101111 | 1011000 | 10100 | 0 | 110010 | 11111 | 1010100 | 100011 | 110100 |
Color Harmonies of #8CAF58
Complementary color
Monochromatic Colors of #8CAF58
Black with #8CAF58
Text Example
Text Example
White with #8CAF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAF58; }
p { color: rgb(140,175,88); }
H1.HeaderClassName
{
color: #8CAF58;
}
.AnyTagClassName
{
color: #8CAF58;
}
</style>
background-color css
<style>
a { background-color: #8CAF58; }
a { background-color: rgb(140,175,88); }
div.DivClassName
{
background-color: #8CAF58;
}
.BgClassName
{
background-color: #8CAF58;
}
</style>
border-color css
<style>
span { border-color: #8CAF58; }
span { border-color: rgb(140,175,88); }
td.TdClassName
{
border-color: #8CAF58;
}
.TagClassName
{
border-color: #8CAF58;
}
</style>