Shades of Chelsea Cucumber #8AA16D
Tints of Chelsea Cucumber #8AA16D
RGB
CMYK
RGB Variations
Color information
#8AA16D (or 0x8AA16D) is known color: Chelsea Cucumber. HEX triplet: 8A, A1 and 6D. RGB value is (138,161,109). Sum of RGB (Red+Green+Blue) = 138+161+109=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AA16D is #755E92. Grayscale: #949494. Windows color (decimal): -7691923 or 7184778. OLE color: 7184778.
HSL color Cylindrical-coordinate representation of color #8AA16D: hue angle of 86.54º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AA16D is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 109 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.37 |
| HSL | 86.54º | 0.22% | 0.53% | - |
| HSV(B) | 86.54º | 0.32% | 0.63% | - |
| XYZ | 25.99 | 32 | 19.27 | - |
| YUV | 148.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 109 | 0.14 | 0 | 0.32 | 0.37 | 86.54 | 0.22 | 0.53 |
| Hex | 8A | A1 | 6D | E | 0 | 20 | 25 | 57 | 16 | 35 |
| Octal | 212 | 241 | 155 | 16 | 0 | 40 | 45 | 127 | 26 | 65 |
| Binary | 10001010 | 10100001 | 1101101 | 1110 | 0 | 100000 | 100101 | 1010111 | 10110 | 110101 |
Color Harmonies of #8AA16D
Complementary color
Monochromatic Colors of #8AA16D
Black with #8AA16D
Text Example
Text Example
White with #8AA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA16D; }
p { color: rgb(138,161,109); }
H1.HeaderClassName
{
color: #8AA16D;
}
.AnyTagClassName
{
color: #8AA16D;
}
</style>
background-color css
<style>
a { background-color: #8AA16D; }
a { background-color: rgb(138,161,109); }
div.DivClassName
{
background-color: #8AA16D;
}
.BgClassName
{
background-color: #8AA16D;
}
</style>
border-color css
<style>
span { border-color: #8AA16D; }
span { border-color: rgb(138,161,109); }
td.TdClassName
{
border-color: #8AA16D;
}
.TagClassName
{
border-color: #8AA16D;
}
</style>