Shades of Chelsea Cucumber #8AA05D
Tints of Chelsea Cucumber #8AA05D
RGB
CMYK
RGB Variations
Color information
#8AA05D (or 0x8AA05D) is known color: Chelsea Cucumber. HEX triplet: 8A, A0 and 5D. RGB value is (138,160,93). Sum of RGB (Red+Green+Blue) = 138+160+93=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA05D is #755FA2. Grayscale: #929292. Windows color (decimal): -7692195 or 6135946. OLE color: 6135946.
HSL color Cylindrical-coordinate representation of color #8AA05D: hue angle of 79.7º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AA05D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 93 | - |
| CMYK | 0.14 | 0 | 0.42 | 0.37 |
| HSL | 79.7º | 0.26% | 0.5% | - |
| HSV(B) | 79.7º | 0.42% | 0.63% | - |
| XYZ | 25.03 | 31.34 | 15.09 | - |
| YUV | 145.78 | 98.21 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 93 | 0.14 | 0 | 0.42 | 0.37 | 79.7 | 0.26 | 0.5 |
| Hex | 8A | A0 | 5D | E | 0 | 2A | 25 | 50 | 1A | 32 |
| Octal | 212 | 240 | 135 | 16 | 0 | 52 | 45 | 120 | 32 | 62 |
| Binary | 10001010 | 10100000 | 1011101 | 1110 | 0 | 101010 | 100101 | 1010000 | 11010 | 110010 |
Color Harmonies of #8AA05D
Complementary color
Monochromatic Colors of #8AA05D
Black with #8AA05D
Text Example
Text Example
White with #8AA05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA05D; }
p { color: rgb(138,160,93); }
H1.HeaderClassName
{
color: #8AA05D;
}
.AnyTagClassName
{
color: #8AA05D;
}
</style>
background-color css
<style>
a { background-color: #8AA05D; }
a { background-color: rgb(138,160,93); }
div.DivClassName
{
background-color: #8AA05D;
}
.BgClassName
{
background-color: #8AA05D;
}
</style>
border-color css
<style>
span { border-color: #8AA05D; }
span { border-color: rgb(138,160,93); }
td.TdClassName
{
border-color: #8AA05D;
}
.TagClassName
{
border-color: #8AA05D;
}
</style>