Shades of Bahia #AAD115
Tints of Bahia #AAD115
RGB
CMYK
RGB Variations
Color information
#AAD115 (or 0xAAD115) is known color: Bahia. HEX triplet: AA, D1 and 15. RGB value is (170,209,21). Sum of RGB (Red+Green+Blue) = 170+209+21=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 21 (8.59% from 255 or 5.25% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD115 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD115 is #552EEA. Grayscale: #B0B0B0. Windows color (decimal): -5582571 or 1429930. OLE color: 1429930.
HSL color Cylindrical-coordinate representation of color #AAD115: hue angle of 72.45º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAD115 is Cyan = 0.19, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 21 | - |
| CMYK | 0.19 | 0 | 0.90 | 0.18 |
| HSL | 72.45º | 0.82% | 0.45% | - |
| HSV(B) | 72.45º | 0.9% | 0.82% | - |
| XYZ | 39.51 | 54.2 | 9.09 | - |
| YUV | 175.91 | 40.58 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 21 | 0.19 | 0 | 0.90 | 0.18 | 72.45 | 0.82 | 0.45 |
| Hex | AA | D1 | 15 | 13 | 0 | 5A | 12 | 48 | 52 | 2D |
| Octal | 252 | 321 | 25 | 23 | 0 | 132 | 22 | 110 | 122 | 55 |
| Binary | 10101010 | 11010001 | 10101 | 10011 | 0 | 1011010 | 10010 | 1001000 | 1010010 | 101101 |
Color Harmonies of #AAD115
Complementary color
Monochromatic Colors of #AAD115
Black with #AAD115
Text Example
Text Example
White with #AAD115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD115; }
p { color: rgb(170,209,21); }
H1.HeaderClassName
{
color: #AAD115;
}
.AnyTagClassName
{
color: #AAD115;
}
</style>
background-color css
<style>
a { background-color: #AAD115; }
a { background-color: rgb(170,209,21); }
div.DivClassName
{
background-color: #AAD115;
}
.BgClassName
{
background-color: #AAD115;
}
</style>
border-color css
<style>
span { border-color: #AAD115; }
span { border-color: rgb(170,209,21); }
td.TdClassName
{
border-color: #AAD115;
}
.TagClassName
{
border-color: #AAD115;
}
</style>