Shades of Sushi #80AE3F
Tints of Sushi #80AE3F
RGB
CMYK
RGB Variations
Color information
#80AE3F (or 0x80AE3F) is known color: Sushi. HEX triplet: 80, AE and 3F. RGB value is (128,174,63). Sum of RGB (Red+Green+Blue) = 128+174+63=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #80AE3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AE3F is #7F51C0. Grayscale: #939393. Windows color (decimal): -8344001 or 4173440. OLE color: 4173440.
HSL color Cylindrical-coordinate representation of color #80AE3F: hue angle of 84.86º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80AE3F is Cyan = 0.26, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 174 | 63 | - |
| CMYK | 0.26 | 0 | 0.64 | 0.32 |
| HSL | 84.86º | 0.47% | 0.46% | - |
| HSV(B) | 84.86º | 0.64% | 0.68% | - |
| XYZ | 24.94 | 35.22 | 10.19 | - |
| YUV | 147.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 174 | 63 | 0.26 | 0 | 0.64 | 0.32 | 84.86 | 0.47 | 0.46 |
| Hex | 80 | AE | 3F | 1A | 0 | 40 | 20 | 55 | 2F | 2E |
| Octal | 200 | 256 | 77 | 32 | 0 | 100 | 40 | 125 | 57 | 56 |
| Binary | 10000000 | 10101110 | 111111 | 11010 | 0 | 1000000 | 100000 | 1010101 | 101111 | 101110 |
Color Harmonies of #80AE3F
Complementary color
Monochromatic Colors of #80AE3F
Black with #80AE3F
Text Example
Text Example
White with #80AE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AE3F; }
p { color: rgb(128,174,63); }
H1.HeaderClassName
{
color: #80AE3F;
}
.AnyTagClassName
{
color: #80AE3F;
}
</style>
background-color css
<style>
a { background-color: #80AE3F; }
a { background-color: rgb(128,174,63); }
div.DivClassName
{
background-color: #80AE3F;
}
.BgClassName
{
background-color: #80AE3F;
}
</style>
border-color css
<style>
span { border-color: #80AE3F; }
span { border-color: rgb(128,174,63); }
td.TdClassName
{
border-color: #80AE3F;
}
.TagClassName
{
border-color: #80AE3F;
}
</style>