Shades of Lima #83AA10
Tints of Lima #83AA10
RGB
CMYK
RGB Variations
Color information
#83AA10 (or 0x83AA10) is known color: Lima. HEX triplet: 83, AA and 10. RGB value is (131,170,16). Sum of RGB (Red+Green+Blue) = 131+170+16=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA10 is #7C55EF. Grayscale: #8D8D8D. Windows color (decimal): -8148464 or 1092227. OLE color: 1092227.
HSL color Cylindrical-coordinate representation of color #83AA10: hue angle of 75.19º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83AA10 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 16 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.33 |
| HSL | 75.19º | 0.83% | 0.36% | - |
| HSV(B) | 75.19º | 0.91% | 0.67% | - |
| XYZ | 23.83 | 33.61 | 5.72 | - |
| YUV | 140.78 | 57.58 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 16 | 0.23 | 0 | 0.91 | 0.33 | 75.19 | 0.83 | 0.36 |
| Hex | 83 | AA | 10 | 17 | 0 | 5B | 21 | 4B | 53 | 24 |
| Octal | 203 | 252 | 20 | 27 | 0 | 133 | 41 | 113 | 123 | 44 |
| Binary | 10000011 | 10101010 | 10000 | 10111 | 0 | 1011011 | 100001 | 1001011 | 1010011 | 100100 |
Color Harmonies of #83AA10
Complementary color
Monochromatic Colors of #83AA10
Black with #83AA10
Text Example
Text Example
White with #83AA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AA10; }
p { color: rgb(131,170,16); }
H1.HeaderClassName
{
color: #83AA10;
}
.AnyTagClassName
{
color: #83AA10;
}
</style>
background-color css
<style>
a { background-color: #83AA10; }
a { background-color: rgb(131,170,16); }
div.DivClassName
{
background-color: #83AA10;
}
.BgClassName
{
background-color: #83AA10;
}
</style>
border-color css
<style>
span { border-color: #83AA10; }
span { border-color: rgb(131,170,16); }
td.TdClassName
{
border-color: #83AA10;
}
.TagClassName
{
border-color: #83AA10;
}
</style>