Shades of Chelsea Cucumber #81AA48
Tints of Chelsea Cucumber #81AA48
RGB
CMYK
RGB Variations
Color information
#81AA48 (or 0x81AA48) is known color: Chelsea Cucumber. HEX triplet: 81, AA and 48. RGB value is (129,170,72). Sum of RGB (Red+Green+Blue) = 129+170+72=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AA48 is #7E55B7. Grayscale: #929292. Windows color (decimal): -8279480 or 4762241. OLE color: 4762241.
HSL color Cylindrical-coordinate representation of color #81AA48: hue angle of 85.1º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81AA48 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 170 | 72 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.33 |
| HSL | 85.1º | 0.4% | 0.47% | - |
| HSV(B) | 85.1º | 0.58% | 0.67% | - |
| XYZ | 24.6 | 33.88 | 11.37 | - |
| YUV | 146.57 | 85.92 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 72 | 0.24 | 0 | 0.58 | 0.33 | 85.1 | 0.4 | 0.47 |
| Hex | 81 | AA | 48 | 18 | 0 | 3A | 21 | 55 | 28 | 2F |
| Octal | 201 | 252 | 110 | 30 | 0 | 72 | 41 | 125 | 50 | 57 |
| Binary | 10000001 | 10101010 | 1001000 | 11000 | 0 | 111010 | 100001 | 1010101 | 101000 | 101111 |
Color Harmonies of #81AA48
Complementary color
Monochromatic Colors of #81AA48
Black with #81AA48
Text Example
Text Example
White with #81AA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AA48; }
p { color: rgb(129,170,72); }
H1.HeaderClassName
{
color: #81AA48;
}
.AnyTagClassName
{
color: #81AA48;
}
</style>
background-color css
<style>
a { background-color: #81AA48; }
a { background-color: rgb(129,170,72); }
div.DivClassName
{
background-color: #81AA48;
}
.BgClassName
{
background-color: #81AA48;
}
</style>
border-color css
<style>
span { border-color: #81AA48; }
span { border-color: rgb(129,170,72); }
td.TdClassName
{
border-color: #81AA48;
}
.TagClassName
{
border-color: #81AA48;
}
</style>