Shades of Lima #83AC10
Tints of Lima #83AC10
RGB
CMYK
RGB Variations
Color information
#83AC10 (or 0x83AC10) is known color: Lima. HEX triplet: 83, AC and 10. RGB value is (131,172,16). Sum of RGB (Red+Green+Blue) = 131+172+16=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AC10 is #7C53EF. Grayscale: #8E8E8E. Windows color (decimal): -8147952 or 1092739. OLE color: 1092739.
HSL color Cylindrical-coordinate representation of color #83AC10: hue angle of 75.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #83AC10 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 172 | 16 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.33 |
| HSL | 75.77º | 0.83% | 0.37% | - |
| HSV(B) | 75.77º | 0.91% | 0.67% | - |
| XYZ | 24.21 | 34.37 | 5.85 | - |
| YUV | 141.96 | 56.92 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 16 | 0.24 | 0 | 0.91 | 0.33 | 75.77 | 0.83 | 0.37 |
| Hex | 83 | AC | 10 | 18 | 0 | 5B | 21 | 4C | 53 | 25 |
| Octal | 203 | 254 | 20 | 30 | 0 | 133 | 41 | 114 | 123 | 45 |
| Binary | 10000011 | 10101100 | 10000 | 11000 | 0 | 1011011 | 100001 | 1001100 | 1010011 | 100101 |
Color Harmonies of #83AC10
Complementary color
Monochromatic Colors of #83AC10
Black with #83AC10
Text Example
Text Example
White with #83AC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AC10; }
p { color: rgb(131,172,16); }
H1.HeaderClassName
{
color: #83AC10;
}
.AnyTagClassName
{
color: #83AC10;
}
</style>
background-color css
<style>
a { background-color: #83AC10; }
a { background-color: rgb(131,172,16); }
div.DivClassName
{
background-color: #83AC10;
}
.BgClassName
{
background-color: #83AC10;
}
</style>
border-color css
<style>
span { border-color: #83AC10; }
span { border-color: rgb(131,172,16); }
td.TdClassName
{
border-color: #83AC10;
}
.TagClassName
{
border-color: #83AC10;
}
</style>