Shades of Chelsea Cucumber #8ABC45
Tints of Chelsea Cucumber #8ABC45
RGB
CMYK
RGB Variations
Color information
#8ABC45 (or 0x8ABC45) is known color: Chelsea Cucumber. HEX triplet: 8A, BC and 45. RGB value is (138,188,69). Sum of RGB (Red+Green+Blue) = 138+188+69=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC45 is #7543BA. Grayscale: #9F9F9F. Windows color (decimal): -7685051 or 4570250. OLE color: 4570250.
HSL color Cylindrical-coordinate representation of color #8ABC45: hue angle of 85.21º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8ABC45 is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 69 | - |
| CMYK | 0.27 | 0 | 0.63 | 0.26 |
| HSL | 85.21º | 0.47% | 0.5% | - |
| HSV(B) | 85.21º | 0.63% | 0.74% | - |
| XYZ | 29.54 | 41.8 | 12.14 | - |
| YUV | 159.48 | 76.94 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 69 | 0.27 | 0 | 0.63 | 0.26 | 85.21 | 0.47 | 0.5 |
| Hex | 8A | BC | 45 | 1B | 0 | 3F | 1A | 55 | 2F | 32 |
| Octal | 212 | 274 | 105 | 33 | 0 | 77 | 32 | 125 | 57 | 62 |
| Binary | 10001010 | 10111100 | 1000101 | 11011 | 0 | 111111 | 11010 | 1010101 | 101111 | 110010 |
Color Harmonies of #8ABC45
Complementary color
Monochromatic Colors of #8ABC45
Black with #8ABC45
Text Example
Text Example
White with #8ABC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC45; }
p { color: rgb(138,188,69); }
H1.HeaderClassName
{
color: #8ABC45;
}
.AnyTagClassName
{
color: #8ABC45;
}
</style>
background-color css
<style>
a { background-color: #8ABC45; }
a { background-color: rgb(138,188,69); }
div.DivClassName
{
background-color: #8ABC45;
}
.BgClassName
{
background-color: #8ABC45;
}
</style>
border-color css
<style>
span { border-color: #8ABC45; }
span { border-color: rgb(138,188,69); }
td.TdClassName
{
border-color: #8ABC45;
}
.TagClassName
{
border-color: #8ABC45;
}
</style>