Shades of Bahia #AAD116
Tints of Bahia #AAD116
RGB
CMYK
RGB Variations
Color information
#AAD116 (or 0xAAD116) is known color: Bahia. HEX triplet: AA, D1 and 16. RGB value is (170,209,22). Sum of RGB (Red+Green+Blue) = 170+209+22=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 22 (8.98% from 255 or 5.49% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD116 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD116 is #552EE9. Grayscale: #B0B0B0. Windows color (decimal): -5582570 or 1495466. OLE color: 1495466.
HSL color Cylindrical-coordinate representation of color #AAD116: hue angle of 72.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAD116 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 22 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.18 |
| HSL | 72.51º | 0.81% | 0.45% | - |
| HSV(B) | 72.51º | 0.89% | 0.82% | - |
| XYZ | 39.52 | 54.2 | 9.14 | - |
| YUV | 176.02 | 41.08 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 22 | 0.19 | 0 | 0.89 | 0.18 | 72.51 | 0.81 | 0.45 |
| Hex | AA | D1 | 16 | 13 | 0 | 59 | 12 | 49 | 51 | 2D |
| Octal | 252 | 321 | 26 | 23 | 0 | 131 | 22 | 111 | 121 | 55 |
| Binary | 10101010 | 11010001 | 10110 | 10011 | 0 | 1011001 | 10010 | 1001001 | 1010001 | 101101 |
Color Harmonies of #AAD116
Complementary color
Monochromatic Colors of #AAD116
Black with #AAD116
Text Example
Text Example
White with #AAD116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD116; }
p { color: rgb(170,209,22); }
H1.HeaderClassName
{
color: #AAD116;
}
.AnyTagClassName
{
color: #AAD116;
}
</style>
background-color css
<style>
a { background-color: #AAD116; }
a { background-color: rgb(170,209,22); }
div.DivClassName
{
background-color: #AAD116;
}
.BgClassName
{
background-color: #AAD116;
}
</style>
border-color css
<style>
span { border-color: #AAD116; }
span { border-color: rgb(170,209,22); }
td.TdClassName
{
border-color: #AAD116;
}
.TagClassName
{
border-color: #AAD116;
}
</style>