Shades of Bahia #AACC29
Tints of Bahia #AACC29
RGB
CMYK
RGB Variations
Color information
#AACC29 (or 0xAACC29) is known color: Bahia. HEX triplet: AA, CC and 29. RGB value is (170,204,41). Sum of RGB (Red+Green+Blue) = 170+204+41=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC29 is #5533D6. Grayscale: #AFAFAF. Windows color (decimal): -5583831 or 2739370. OLE color: 2739370.
HSL color Cylindrical-coordinate representation of color #AACC29: hue angle of 72.52º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AACC29 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 41 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.2 |
| HSL | 72.52º | 0.67% | 0.48% | - |
| HSV(B) | 72.52º | 0.8% | 0.8% | - |
| XYZ | 38.57 | 51.89 | 10.08 | - |
| YUV | 175.25 | 52.24 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 41 | 0.17 | 0 | 0.80 | 0.2 | 72.52 | 0.67 | 0.48 |
| Hex | AA | CC | 29 | 11 | 0 | 50 | 14 | 49 | 43 | 30 |
| Octal | 252 | 314 | 51 | 21 | 0 | 120 | 24 | 111 | 103 | 60 |
| Binary | 10101010 | 11001100 | 101001 | 10001 | 0 | 1010000 | 10100 | 1001001 | 1000011 | 110000 |
Color Harmonies of #AACC29
Complementary color
Monochromatic Colors of #AACC29
Black with #AACC29
Text Example
Text Example
White with #AACC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC29; }
p { color: rgb(170,204,41); }
H1.HeaderClassName
{
color: #AACC29;
}
.AnyTagClassName
{
color: #AACC29;
}
</style>
background-color css
<style>
a { background-color: #AACC29; }
a { background-color: rgb(170,204,41); }
div.DivClassName
{
background-color: #AACC29;
}
.BgClassName
{
background-color: #AACC29;
}
</style>
border-color css
<style>
span { border-color: #AACC29; }
span { border-color: rgb(170,204,41); }
td.TdClassName
{
border-color: #AACC29;
}
.TagClassName
{
border-color: #AACC29;
}
</style>