Shades of Chelsea Cucumber #8ABB45
Tints of Chelsea Cucumber #8ABB45
RGB
CMYK
RGB Variations
Color information
#8ABB45 (or 0x8ABB45) is known color: Chelsea Cucumber. HEX triplet: 8A, BB and 45. RGB value is (138,187,69). Sum of RGB (Red+Green+Blue) = 138+187+69=394 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.03% from 394); Green value is 187 (73.44% from 255 or 47.46% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 187 - color contains mainly: green. Hex color #8ABB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABB45 is #7544BA. Grayscale: #9F9F9F. Windows color (decimal): -7685307 or 4569994. OLE color: 4569994.
HSL color Cylindrical-coordinate representation of color #8ABB45: hue angle of 84.92º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8ABB45 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 187 | 69 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.27 |
| HSL | 84.92º | 0.46% | 0.5% | - |
| HSV(B) | 84.92º | 0.63% | 0.73% | - |
| XYZ | 29.33 | 41.37 | 12.07 | - |
| YUV | 158.9 | 77.27 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 187 | 69 | 0.26 | 0 | 0.63 | 0.27 | 84.92 | 0.46 | 0.5 |
| Hex | 8A | BB | 45 | 1A | 0 | 3F | 1B | 55 | 2E | 32 |
| Octal | 212 | 273 | 105 | 32 | 0 | 77 | 33 | 125 | 56 | 62 |
| Binary | 10001010 | 10111011 | 1000101 | 11010 | 0 | 111111 | 11011 | 1010101 | 101110 | 110010 |
Color Harmonies of #8ABB45
Complementary color
Monochromatic Colors of #8ABB45
Black with #8ABB45
Text Example
Text Example
White with #8ABB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABB45; }
p { color: rgb(138,187,69); }
H1.HeaderClassName
{
color: #8ABB45;
}
.AnyTagClassName
{
color: #8ABB45;
}
</style>
background-color css
<style>
a { background-color: #8ABB45; }
a { background-color: rgb(138,187,69); }
div.DivClassName
{
background-color: #8ABB45;
}
.BgClassName
{
background-color: #8ABB45;
}
</style>
border-color css
<style>
span { border-color: #8ABB45; }
span { border-color: rgb(138,187,69); }
td.TdClassName
{
border-color: #8ABB45;
}
.TagClassName
{
border-color: #8ABB45;
}
</style>