Shades of Chelsea Cucumber #81A14D
Tints of Chelsea Cucumber #81A14D
RGB
CMYK
RGB Variations
Color information
#81A14D (or 0x81A14D) is known color: Chelsea Cucumber. HEX triplet: 81, A1 and 4D. RGB value is (129,161,77). Sum of RGB (Red+Green+Blue) = 129+161+77=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 161 - color contains mainly: green. Hex color #81A14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81A14D is #7E5EB2. Grayscale: #8E8E8E. Windows color (decimal): -8281779 or 5087617. OLE color: 5087617.
HSL color Cylindrical-coordinate representation of color #81A14D: hue angle of 82.86º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81A14D is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 161 | 77 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.37 |
| HSL | 82.86º | 0.35% | 0.47% | - |
| HSV(B) | 82.86º | 0.52% | 0.63% | - |
| XYZ | 23.14 | 30.69 | 11.73 | - |
| YUV | 141.86 | 91.4 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 161 | 77 | 0.20 | 0 | 0.52 | 0.37 | 82.86 | 0.35 | 0.47 |
| Hex | 81 | A1 | 4D | 14 | 0 | 34 | 25 | 53 | 23 | 2F |
| Octal | 201 | 241 | 115 | 24 | 0 | 64 | 45 | 123 | 43 | 57 |
| Binary | 10000001 | 10100001 | 1001101 | 10100 | 0 | 110100 | 100101 | 1010011 | 100011 | 101111 |
Color Harmonies of #81A14D
Complementary color
Monochromatic Colors of #81A14D
Black with #81A14D
Text Example
Text Example
White with #81A14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A14D; }
p { color: rgb(129,161,77); }
H1.HeaderClassName
{
color: #81A14D;
}
.AnyTagClassName
{
color: #81A14D;
}
</style>
background-color css
<style>
a { background-color: #81A14D; }
a { background-color: rgb(129,161,77); }
div.DivClassName
{
background-color: #81A14D;
}
.BgClassName
{
background-color: #81A14D;
}
</style>
border-color css
<style>
span { border-color: #81A14D; }
span { border-color: rgb(129,161,77); }
td.TdClassName
{
border-color: #81A14D;
}
.TagClassName
{
border-color: #81A14D;
}
</style>