Shades of Chelsea Cucumber #8AAA50
Tints of Chelsea Cucumber #8AAA50
RGB
CMYK
RGB Variations
Color information
#8AAA50 (or 0x8AAA50) is known color: Chelsea Cucumber. HEX triplet: 8A, AA and 50. RGB value is (138,170,80). Sum of RGB (Red+Green+Blue) = 138+170+80=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AAA50 is #7555AF. Grayscale: #969696. Windows color (decimal): -7689648 or 5286538. OLE color: 5286538.
HSL color Cylindrical-coordinate representation of color #8AAA50: hue angle of 81.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8AAA50 is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 80 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.33 |
| HSL | 81.33º | 0.36% | 0.49% | - |
| HSV(B) | 81.33º | 0.53% | 0.67% | - |
| XYZ | 26.3 | 34.73 | 12.91 | - |
| YUV | 150.17 | 88.4 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 80 | 0.19 | 0 | 0.53 | 0.33 | 81.33 | 0.36 | 0.49 |
| Hex | 8A | AA | 50 | 13 | 0 | 35 | 21 | 51 | 24 | 31 |
| Octal | 212 | 252 | 120 | 23 | 0 | 65 | 41 | 121 | 44 | 61 |
| Binary | 10001010 | 10101010 | 1010000 | 10011 | 0 | 110101 | 100001 | 1010001 | 100100 | 110001 |
Color Harmonies of #8AAA50
Complementary color
Monochromatic Colors of #8AAA50
Black with #8AAA50
Text Example
Text Example
White with #8AAA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA50; }
p { color: rgb(138,170,80); }
H1.HeaderClassName
{
color: #8AAA50;
}
.AnyTagClassName
{
color: #8AAA50;
}
</style>
background-color css
<style>
a { background-color: #8AAA50; }
a { background-color: rgb(138,170,80); }
div.DivClassName
{
background-color: #8AAA50;
}
.BgClassName
{
background-color: #8AAA50;
}
</style>
border-color css
<style>
span { border-color: #8AAA50; }
span { border-color: rgb(138,170,80); }
td.TdClassName
{
border-color: #8AAA50;
}
.TagClassName
{
border-color: #8AAA50;
}
</style>