Shades of Bahia #AAD21D
Tints of Bahia #AAD21D
RGB
CMYK
RGB Variations
Color information
#AAD21D (or 0xAAD21D) is known color: Bahia. HEX triplet: AA, D2 and 1D. RGB value is (170,210,29). Sum of RGB (Red+Green+Blue) = 170+210+29=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD21D is #552DE2. Grayscale: #B2B2B2. Windows color (decimal): -5582307 or 1954474. OLE color: 1954474.
HSL color Cylindrical-coordinate representation of color #AAD21D: hue angle of 73.26º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AAD21D is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 210 | 29 | - |
| CMYK | 0.19 | 0 | 0.86 | 0.18 |
| HSL | 73.26º | 0.76% | 0.47% | - |
| HSV(B) | 73.26º | 0.86% | 0.82% | - |
| XYZ | 39.85 | 54.73 | 9.63 | - |
| YUV | 177.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 29 | 0.19 | 0 | 0.86 | 0.18 | 73.26 | 0.76 | 0.47 |
| Hex | AA | D2 | 1D | 13 | 0 | 56 | 12 | 49 | 4C | 2F |
| Octal | 252 | 322 | 35 | 23 | 0 | 126 | 22 | 111 | 114 | 57 |
| Binary | 10101010 | 11010010 | 11101 | 10011 | 0 | 1010110 | 10010 | 1001001 | 1001100 | 101111 |
Color Harmonies of #AAD21D
Complementary color
Monochromatic Colors of #AAD21D
Black with #AAD21D
Text Example
Text Example
White with #AAD21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD21D; }
p { color: rgb(170,210,29); }
H1.HeaderClassName
{
color: #AAD21D;
}
.AnyTagClassName
{
color: #AAD21D;
}
</style>
background-color css
<style>
a { background-color: #AAD21D; }
a { background-color: rgb(170,210,29); }
div.DivClassName
{
background-color: #AAD21D;
}
.BgClassName
{
background-color: #AAD21D;
}
</style>
border-color css
<style>
span { border-color: #AAD21D; }
span { border-color: rgb(170,210,29); }
td.TdClassName
{
border-color: #AAD21D;
}
.TagClassName
{
border-color: #AAD21D;
}
</style>