Shades of Chelsea Cucumber #8ABC50
Tints of Chelsea Cucumber #8ABC50
RGB
CMYK
RGB Variations
Color information
#8ABC50 (or 0x8ABC50) is known color: Chelsea Cucumber. HEX triplet: 8A, BC and 50. RGB value is (138,188,80). Sum of RGB (Red+Green+Blue) = 138+188+80=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 80 (31.64% from 255 or 19.70% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC50 is #7543AF. Grayscale: #A1A1A1. Windows color (decimal): -7685040 or 5291146. OLE color: 5291146.
HSL color Cylindrical-coordinate representation of color #8ABC50: hue angle of 87.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8ABC50 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 80 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.26 |
| HSL | 87.78º | 0.45% | 0.53% | - |
| HSV(B) | 87.78º | 0.57% | 0.74% | - |
| XYZ | 29.91 | 41.95 | 14.11 | - |
| YUV | 160.74 | 82.44 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 80 | 0.27 | 0 | 0.57 | 0.26 | 87.78 | 0.45 | 0.53 |
| Hex | 8A | BC | 50 | 1B | 0 | 39 | 1A | 58 | 2D | 35 |
| Octal | 212 | 274 | 120 | 33 | 0 | 71 | 32 | 130 | 55 | 65 |
| Binary | 10001010 | 10111100 | 1010000 | 11011 | 0 | 111001 | 11010 | 1011000 | 101101 | 110101 |
Color Harmonies of #8ABC50
Complementary color
Monochromatic Colors of #8ABC50
Black with #8ABC50
Text Example
Text Example
White with #8ABC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC50; }
p { color: rgb(138,188,80); }
H1.HeaderClassName
{
color: #8ABC50;
}
.AnyTagClassName
{
color: #8ABC50;
}
</style>
background-color css
<style>
a { background-color: #8ABC50; }
a { background-color: rgb(138,188,80); }
div.DivClassName
{
background-color: #8ABC50;
}
.BgClassName
{
background-color: #8ABC50;
}
</style>
border-color css
<style>
span { border-color: #8ABC50; }
span { border-color: rgb(138,188,80); }
td.TdClassName
{
border-color: #8ABC50;
}
.TagClassName
{
border-color: #8ABC50;
}
</style>