Shades of Lima #80AA23
Tints of Lima #80AA23
RGB
CMYK
RGB Variations
Color information
#80AA23 (or 0x80AA23) is known color: Lima. HEX triplet: 80, AA and 23. RGB value is (128,170,35). Sum of RGB (Red+Green+Blue) = 128+170+35=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #80AA23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AA23 is #7F55DC. Grayscale: #8E8E8E. Windows color (decimal): -8345053 or 2337408. OLE color: 2337408.
HSL color Cylindrical-coordinate representation of color #80AA23: hue angle of 78.67º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80AA23 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 170 | 35 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.33 |
| HSL | 78.67º | 0.66% | 0.4% | - |
| HSV(B) | 78.67º | 0.79% | 0.67% | - |
| XYZ | 23.58 | 33.46 | 6.81 | - |
| YUV | 142.05 | 67.59 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 170 | 35 | 0.25 | 0 | 0.79 | 0.33 | 78.67 | 0.66 | 0.4 |
| Hex | 80 | AA | 23 | 19 | 0 | 4F | 21 | 4F | 42 | 28 |
| Octal | 200 | 252 | 43 | 31 | 0 | 117 | 41 | 117 | 102 | 50 |
| Binary | 10000000 | 10101010 | 100011 | 11001 | 0 | 1001111 | 100001 | 1001111 | 1000010 | 101000 |
Color Harmonies of #80AA23
Complementary color
Monochromatic Colors of #80AA23
Black with #80AA23
Text Example
Text Example
White with #80AA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AA23; }
p { color: rgb(128,170,35); }
H1.HeaderClassName
{
color: #80AA23;
}
.AnyTagClassName
{
color: #80AA23;
}
</style>
background-color css
<style>
a { background-color: #80AA23; }
a { background-color: rgb(128,170,35); }
div.DivClassName
{
background-color: #80AA23;
}
.BgClassName
{
background-color: #80AA23;
}
</style>
border-color css
<style>
span { border-color: #80AA23; }
span { border-color: rgb(128,170,35); }
td.TdClassName
{
border-color: #80AA23;
}
.TagClassName
{
border-color: #80AA23;
}
</style>