Shades of Bahia #AAD119
Tints of Bahia #AAD119
RGB
CMYK
RGB Variations
Color information
#AAD119 (or 0xAAD119) is known color: Bahia. HEX triplet: AA, D1 and 19. RGB value is (170,209,25). Sum of RGB (Red+Green+Blue) = 170+209+25=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 25 (10.16% from 255 or 6.19% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAD119 is #552EE6. Grayscale: #B1B1B1. Windows color (decimal): -5582567 or 1692074. OLE color: 1692074.
HSL color Cylindrical-coordinate representation of color #AAD119: hue angle of 72.72º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAD119 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 25 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.18 |
| HSL | 72.72º | 0.79% | 0.46% | - |
| HSV(B) | 72.72º | 0.88% | 0.82% | - |
| XYZ | 39.55 | 54.22 | 9.3 | - |
| YUV | 176.36 | 42.58 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 25 | 0.19 | 0 | 0.88 | 0.18 | 72.72 | 0.79 | 0.46 |
| Hex | AA | D1 | 19 | 13 | 0 | 58 | 12 | 49 | 4F | 2E |
| Octal | 252 | 321 | 31 | 23 | 0 | 130 | 22 | 111 | 117 | 56 |
| Binary | 10101010 | 11010001 | 11001 | 10011 | 0 | 1011000 | 10010 | 1001001 | 1001111 | 101110 |
Color Harmonies of #AAD119
Complementary color
Monochromatic Colors of #AAD119
Black with #AAD119
Text Example
Text Example
White with #AAD119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD119; }
p { color: rgb(170,209,25); }
H1.HeaderClassName
{
color: #AAD119;
}
.AnyTagClassName
{
color: #AAD119;
}
</style>
background-color css
<style>
a { background-color: #AAD119; }
a { background-color: rgb(170,209,25); }
div.DivClassName
{
background-color: #AAD119;
}
.BgClassName
{
background-color: #AAD119;
}
</style>
border-color css
<style>
span { border-color: #AAD119; }
span { border-color: rgb(170,209,25); }
td.TdClassName
{
border-color: #AAD119;
}
.TagClassName
{
border-color: #AAD119;
}
</style>