Shades of Sushi #80AC41
Tints of Sushi #80AC41
RGB
CMYK
RGB Variations
Color information
#80AC41 (or 0x80AC41) is known color: Sushi. HEX triplet: 80, AC and 41. RGB value is (128,172,65). Sum of RGB (Red+Green+Blue) = 128+172+65=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #80AC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AC41 is #7F53BE. Grayscale: #939393. Windows color (decimal): -8344511 or 4304000. OLE color: 4304000.
HSL color Cylindrical-coordinate representation of color #80AC41: hue angle of 84.67º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80AC41 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 172 | 65 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.33 |
| HSL | 84.67º | 0.45% | 0.46% | - |
| HSV(B) | 84.67º | 0.62% | 0.67% | - |
| XYZ | 24.61 | 34.48 | 10.36 | - |
| YUV | 146.65 | 81.92 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 65 | 0.26 | 0 | 0.62 | 0.33 | 84.67 | 0.45 | 0.46 |
| Hex | 80 | AC | 41 | 1A | 0 | 3E | 21 | 55 | 2D | 2E |
| Octal | 200 | 254 | 101 | 32 | 0 | 76 | 41 | 125 | 55 | 56 |
| Binary | 10000000 | 10101100 | 1000001 | 11010 | 0 | 111110 | 100001 | 1010101 | 101101 | 101110 |
Color Harmonies of #80AC41
Complementary color
Monochromatic Colors of #80AC41
Black with #80AC41
Text Example
Text Example
White with #80AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AC41; }
p { color: rgb(128,172,65); }
H1.HeaderClassName
{
color: #80AC41;
}
.AnyTagClassName
{
color: #80AC41;
}
</style>
background-color css
<style>
a { background-color: #80AC41; }
a { background-color: rgb(128,172,65); }
div.DivClassName
{
background-color: #80AC41;
}
.BgClassName
{
background-color: #80AC41;
}
</style>
border-color css
<style>
span { border-color: #80AC41; }
span { border-color: rgb(128,172,65); }
td.TdClassName
{
border-color: #80AC41;
}
.TagClassName
{
border-color: #80AC41;
}
</style>