Shades of Chelsea Cucumber #8CAE42
Tints of Chelsea Cucumber #8CAE42
RGB
CMYK
RGB Variations
Color information
#8CAE42 (or 0x8CAE42) is known color: Chelsea Cucumber. HEX triplet: 8C, AE and 42. RGB value is (140,174,66). Sum of RGB (Red+Green+Blue) = 140+174+66=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 174 (68.36% from 255 or 45.79% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAE42 is #7351BD. Grayscale: #979797. Windows color (decimal): -7557566 or 4370060. OLE color: 4370060.
HSL color Cylindrical-coordinate representation of color #8CAE42: hue angle of 78.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CAE42 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 66 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.32 |
| HSL | 78.89º | 0.45% | 0.47% | - |
| HSV(B) | 78.89º | 0.62% | 0.68% | - |
| XYZ | 26.93 | 36.24 | 10.73 | - |
| YUV | 151.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 66 | 0.20 | 0 | 0.62 | 0.32 | 78.89 | 0.45 | 0.47 |
| Hex | 8C | AE | 42 | 14 | 0 | 3E | 20 | 4F | 2D | 2F |
| Octal | 214 | 256 | 102 | 24 | 0 | 76 | 40 | 117 | 55 | 57 |
| Binary | 10001100 | 10101110 | 1000010 | 10100 | 0 | 111110 | 100000 | 1001111 | 101101 | 101111 |
Color Harmonies of #8CAE42
Complementary color
Monochromatic Colors of #8CAE42
Black with #8CAE42
Text Example
Text Example
White with #8CAE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE42; }
p { color: rgb(140,174,66); }
H1.HeaderClassName
{
color: #8CAE42;
}
.AnyTagClassName
{
color: #8CAE42;
}
</style>
background-color css
<style>
a { background-color: #8CAE42; }
a { background-color: rgb(140,174,66); }
div.DivClassName
{
background-color: #8CAE42;
}
.BgClassName
{
background-color: #8CAE42;
}
</style>
border-color css
<style>
span { border-color: #8CAE42; }
span { border-color: rgb(140,174,66); }
td.TdClassName
{
border-color: #8CAE42;
}
.TagClassName
{
border-color: #8CAE42;
}
</style>