Shades of Chelsea Cucumber #8AB85F
Tints of Chelsea Cucumber #8AB85F
RGB
CMYK
RGB Variations
Color information
#8AB85F (or 0x8AB85F) is known color: Chelsea Cucumber. HEX triplet: 8A, B8 and 5F. RGB value is (138,184,95). Sum of RGB (Red+Green+Blue) = 138+184+95=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB85F is #7547A0. Grayscale: #A0A0A0. Windows color (decimal): -7686049 or 6273162. OLE color: 6273162.
HSL color Cylindrical-coordinate representation of color #8AB85F: hue angle of 91.01º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AB85F is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 95 | - |
| CMYK | 0.25 | 0 | 0.48 | 0.28 |
| HSL | 91.01º | 0.39% | 0.55% | - |
| HSV(B) | 91.01º | 0.48% | 0.72% | - |
| XYZ | 29.69 | 40.51 | 17.08 | - |
| YUV | 160.1 | 91.26 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 95 | 0.25 | 0 | 0.48 | 0.28 | 91.01 | 0.39 | 0.55 |
| Hex | 8A | B8 | 5F | 19 | 0 | 30 | 1C | 5B | 27 | 37 |
| Octal | 212 | 270 | 137 | 31 | 0 | 60 | 34 | 133 | 47 | 67 |
| Binary | 10001010 | 10111000 | 1011111 | 11001 | 0 | 110000 | 11100 | 1011011 | 100111 | 110111 |
Color Harmonies of #8AB85F
Complementary color
Monochromatic Colors of #8AB85F
Black with #8AB85F
Text Example
Text Example
White with #8AB85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB85F; }
p { color: rgb(138,184,95); }
H1.HeaderClassName
{
color: #8AB85F;
}
.AnyTagClassName
{
color: #8AB85F;
}
</style>
background-color css
<style>
a { background-color: #8AB85F; }
a { background-color: rgb(138,184,95); }
div.DivClassName
{
background-color: #8AB85F;
}
.BgClassName
{
background-color: #8AB85F;
}
</style>
border-color css
<style>
span { border-color: #8AB85F; }
span { border-color: rgb(138,184,95); }
td.TdClassName
{
border-color: #8AB85F;
}
.TagClassName
{
border-color: #8AB85F;
}
</style>