Shades of Chelsea Cucumber #8AAA51
Tints of Chelsea Cucumber #8AAA51
RGB
CMYK
RGB Variations
Color information
#8AAA51 (or 0x8AAA51) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 51. RGB value is (138,170,81). Sum of RGB (Red+Green+Blue) = 138+170+81=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA51 is #7555AE. Grayscale: #969696. Windows color (decimal): -7689647 or 5352074. OLE color: 5352074.
HSL color Cylindrical-coordinate representation of color #8AAA51: hue angle of 81.57º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AAA51 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 81 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.33 |
| HSL | 81.57º | 0.35% | 0.49% | - |
| HSV(B) | 81.57º | 0.52% | 0.67% | - |
| XYZ | 26.34 | 34.75 | 13.1 | - |
| YUV | 150.29 | 88.9 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 81 | 0.19 | 0 | 0.52 | 0.33 | 81.57 | 0.35 | 0.49 |
| Hex | 8A | AA | 51 | 13 | 0 | 34 | 21 | 52 | 23 | 31 |
| Octal | 212 | 252 | 121 | 23 | 0 | 64 | 41 | 122 | 43 | 61 |
| Binary | 10001010 | 10101010 | 1010001 | 10011 | 0 | 110100 | 100001 | 1010010 | 100011 | 110001 |
Color Harmonies of #8AAA51
Complementary color
Monochromatic Colors of #8AAA51
Black with #8AAA51
Text Example
Text Example
White with #8AAA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA51; }
p { color: rgb(138,170,81); }
H1.HeaderClassName
{
color: #8AAA51;
}
.AnyTagClassName
{
color: #8AAA51;
}
</style>
background-color css
<style>
a { background-color: #8AAA51; }
a { background-color: rgb(138,170,81); }
div.DivClassName
{
background-color: #8AAA51;
}
.BgClassName
{
background-color: #8AAA51;
}
</style>
border-color css
<style>
span { border-color: #8AAA51; }
span { border-color: rgb(138,170,81); }
td.TdClassName
{
border-color: #8AAA51;
}
.TagClassName
{
border-color: #8AAA51;
}
</style>