Shades of Sushi #80AA36
Tints of Sushi #80AA36
RGB
CMYK
RGB Variations
Color information
#80AA36 (or 0x80AA36) is known color: Sushi. HEX triplet: 80, AA and 36. RGB value is (128,170,54). Sum of RGB (Red+Green+Blue) = 128+170+54=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA36 is #7F55C9. Grayscale: #909090. Windows color (decimal): -8345034 or 3582592. OLE color: 3582592.
HSL color Cylindrical-coordinate representation of color #80AA36: hue angle of 81.72º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #80AA36 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 54 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.33 |
| HSL | 81.72º | 0.52% | 0.44% | - |
| HSV(B) | 81.72º | 0.68% | 0.67% | - |
| XYZ | 23.94 | 33.6 | 8.71 | - |
| YUV | 144.22 | 77.09 | 116.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 54 | 0.25 | 0 | 0.68 | 0.33 | 81.72 | 0.52 | 0.44 |
| Hex | 80 | AA | 36 | 19 | 0 | 44 | 21 | 52 | 34 | 2C |
| Octal | 200 | 252 | 66 | 31 | 0 | 104 | 41 | 122 | 64 | 54 |
| Binary | 10000000 | 10101010 | 110110 | 11001 | 0 | 1000100 | 100001 | 1010010 | 110100 | 101100 |
Color Harmonies of #80AA36
Complementary color
Monochromatic Colors of #80AA36
Black with #80AA36
Text Example
Text Example
White with #80AA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA36; }
p { color: rgb(128,170,54); }
H1.HeaderClassName
{
color: #80AA36;
}
.AnyTagClassName
{
color: #80AA36;
}
</style>
background-color css
<style>
a { background-color: #80AA36; }
a { background-color: rgb(128,170,54); }
div.DivClassName
{
background-color: #80AA36;
}
.BgClassName
{
background-color: #80AA36;
}
</style>
border-color css
<style>
span { border-color: #80AA36; }
span { border-color: rgb(128,170,54); }
td.TdClassName
{
border-color: #80AA36;
}
.TagClassName
{
border-color: #80AA36;
}
</style>