Shades of Lima #83AA18
Tints of Lima #83AA18
RGB
CMYK
RGB Variations
Color information
#83AA18 (or 0x83AA18) is known color: Lima. HEX triplet: 83, AA and 18. RGB value is (131,170,24). Sum of RGB (Red+Green+Blue) = 131+170+24=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AA18 is #7C55E7. Grayscale: #8E8E8E. Windows color (decimal): -8148456 or 1616515. OLE color: 1616515.
HSL color Cylindrical-coordinate representation of color #83AA18: hue angle of 76.03º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83AA18 is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 24 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.33 |
| HSL | 76.03º | 0.75% | 0.38% | - |
| HSV(B) | 76.03º | 0.86% | 0.67% | - |
| XYZ | 23.9 | 33.64 | 6.1 | - |
| YUV | 141.7 | 61.58 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 24 | 0.23 | 0 | 0.86 | 0.33 | 76.03 | 0.75 | 0.38 |
| Hex | 83 | AA | 18 | 17 | 0 | 56 | 21 | 4C | 4B | 26 |
| Octal | 203 | 252 | 30 | 27 | 0 | 126 | 41 | 114 | 113 | 46 |
| Binary | 10000011 | 10101010 | 11000 | 10111 | 0 | 1010110 | 100001 | 1001100 | 1001011 | 100110 |
Color Harmonies of #83AA18
Complementary color
Monochromatic Colors of #83AA18
Black with #83AA18
Text Example
Text Example
White with #83AA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AA18; }
p { color: rgb(131,170,24); }
H1.HeaderClassName
{
color: #83AA18;
}
.AnyTagClassName
{
color: #83AA18;
}
</style>
background-color css
<style>
a { background-color: #83AA18; }
a { background-color: rgb(131,170,24); }
div.DivClassName
{
background-color: #83AA18;
}
.BgClassName
{
background-color: #83AA18;
}
</style>
border-color css
<style>
span { border-color: #83AA18; }
span { border-color: rgb(131,170,24); }
td.TdClassName
{
border-color: #83AA18;
}
.TagClassName
{
border-color: #83AA18;
}
</style>