Shades of Chelsea Cucumber #8ABA4E
Tints of Chelsea Cucumber #8ABA4E
RGB
CMYK
RGB Variations
Color information
#8ABA4E (or 0x8ABA4E) is known color: Chelsea Cucumber. HEX triplet: 8A, BA and 4E. RGB value is (138,186,78). Sum of RGB (Red+Green+Blue) = 138+186+78=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 78 (30.86% from 255 or 19.40% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABA4E is #7545B1. Grayscale: #9F9F9F. Windows color (decimal): -7685554 or 5159562. OLE color: 5159562.
HSL color Cylindrical-coordinate representation of color #8ABA4E: hue angle of 86.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8ABA4E is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 186 | 78 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.27 |
| HSL | 86.67º | 0.44% | 0.52% | - |
| HSV(B) | 86.67º | 0.58% | 0.73% | - |
| XYZ | 29.42 | 41.07 | 13.58 | - |
| YUV | 159.34 | 82.1 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 186 | 78 | 0.26 | 0 | 0.58 | 0.27 | 86.67 | 0.44 | 0.52 |
| Hex | 8A | BA | 4E | 1A | 0 | 3A | 1B | 57 | 2C | 34 |
| Octal | 212 | 272 | 116 | 32 | 0 | 72 | 33 | 127 | 54 | 64 |
| Binary | 10001010 | 10111010 | 1001110 | 11010 | 0 | 111010 | 11011 | 1010111 | 101100 | 110100 |
Color Harmonies of #8ABA4E
Complementary color
Monochromatic Colors of #8ABA4E
Black with #8ABA4E
Text Example
Text Example
White with #8ABA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABA4E; }
p { color: rgb(138,186,78); }
H1.HeaderClassName
{
color: #8ABA4E;
}
.AnyTagClassName
{
color: #8ABA4E;
}
</style>
background-color css
<style>
a { background-color: #8ABA4E; }
a { background-color: rgb(138,186,78); }
div.DivClassName
{
background-color: #8ABA4E;
}
.BgClassName
{
background-color: #8ABA4E;
}
</style>
border-color css
<style>
span { border-color: #8ABA4E; }
span { border-color: rgb(138,186,78); }
td.TdClassName
{
border-color: #8ABA4E;
}
.TagClassName
{
border-color: #8ABA4E;
}
</style>