Shades of Chelsea Cucumber #8CAE6B
Tints of Chelsea Cucumber #8CAE6B
RGB
CMYK
RGB Variations
Color information
#8CAE6B (or 0x8CAE6B) is known color: Chelsea Cucumber. HEX triplet: 8C, AE and 6B. RGB value is (140,174,107). Sum of RGB (Red+Green+Blue) = 140+174+107=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 107 (42.19% from 255 or 25.42% from 421); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE6B is #735194. Grayscale: #9C9C9C. Windows color (decimal): -7557525 or 7057036. OLE color: 7057036.
HSL color Cylindrical-coordinate representation of color #8CAE6B: hue angle of 90.45º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CAE6B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 107 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.32 |
| HSL | 90.45º | 0.29% | 0.55% | - |
| HSV(B) | 90.45º | 0.39% | 0.68% | - |
| XYZ | 28.61 | 36.91 | 19.53 | - |
| YUV | 156.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 107 | 0.20 | 0 | 0.39 | 0.32 | 90.45 | 0.29 | 0.55 |
| Hex | 8C | AE | 6B | 14 | 0 | 27 | 20 | 5A | 1D | 37 |
| Octal | 214 | 256 | 153 | 24 | 0 | 47 | 40 | 132 | 35 | 67 |
| Binary | 10001100 | 10101110 | 1101011 | 10100 | 0 | 100111 | 100000 | 1011010 | 11101 | 110111 |
Color Harmonies of #8CAE6B
Complementary color
Monochromatic Colors of #8CAE6B
Black with #8CAE6B
Text Example
Text Example
White with #8CAE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE6B; }
p { color: rgb(140,174,107); }
H1.HeaderClassName
{
color: #8CAE6B;
}
.AnyTagClassName
{
color: #8CAE6B;
}
</style>
background-color css
<style>
a { background-color: #8CAE6B; }
a { background-color: rgb(140,174,107); }
div.DivClassName
{
background-color: #8CAE6B;
}
.BgClassName
{
background-color: #8CAE6B;
}
</style>
border-color css
<style>
span { border-color: #8CAE6B; }
span { border-color: rgb(140,174,107); }
td.TdClassName
{
border-color: #8CAE6B;
}
.TagClassName
{
border-color: #8CAE6B;
}
</style>