Shades of Sushi #80AA2D
Tints of Sushi #80AA2D
RGB
CMYK
RGB Variations
Color information
#80AA2D (or 0x80AA2D) is known color: Sushi. HEX triplet: 80, AA and 2D. RGB value is (128,170,45). Sum of RGB (Red+Green+Blue) = 128+170+45=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 170 (66.80% from 255 or 49.56% from 343); Blue value is 45 (17.97% from 255 or 13.12% from 343); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA2D is #7F55D2. Grayscale: #8F8F8F. Windows color (decimal): -8345043 or 2992768. OLE color: 2992768.
HSL color Cylindrical-coordinate representation of color #80AA2D: hue angle of 80.16º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80AA2D is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 45 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.33 |
| HSL | 80.16º | 0.58% | 0.42% | - |
| HSV(B) | 80.16º | 0.74% | 0.67% | - |
| XYZ | 23.75 | 33.53 | 7.7 | - |
| YUV | 143.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 45 | 0.25 | 0 | 0.74 | 0.33 | 80.16 | 0.58 | 0.42 |
| Hex | 80 | AA | 2D | 19 | 0 | 4A | 21 | 50 | 3A | 2A |
| Octal | 200 | 252 | 55 | 31 | 0 | 112 | 41 | 120 | 72 | 52 |
| Binary | 10000000 | 10101010 | 101101 | 11001 | 0 | 1001010 | 100001 | 1010000 | 111010 | 101010 |
Color Harmonies of #80AA2D
Complementary color
Monochromatic Colors of #80AA2D
Black with #80AA2D
Text Example
Text Example
White with #80AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA2D; }
p { color: rgb(128,170,45); }
H1.HeaderClassName
{
color: #80AA2D;
}
.AnyTagClassName
{
color: #80AA2D;
}
</style>
background-color css
<style>
a { background-color: #80AA2D; }
a { background-color: rgb(128,170,45); }
div.DivClassName
{
background-color: #80AA2D;
}
.BgClassName
{
background-color: #80AA2D;
}
</style>
border-color css
<style>
span { border-color: #80AA2D; }
span { border-color: rgb(128,170,45); }
td.TdClassName
{
border-color: #80AA2D;
}
.TagClassName
{
border-color: #80AA2D;
}
</style>