Shades of Bahia #AACC15
Tints of Bahia #AACC15
RGB
CMYK
RGB Variations
Color information
#AACC15 (or 0xAACC15) is known color: Bahia. HEX triplet: AA, CC and 15. RGB value is (170,204,21). Sum of RGB (Red+Green+Blue) = 170+204+21=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 21 (8.59% from 255 or 5.32% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC15 is #5533EA. Grayscale: #ADADAD. Windows color (decimal): -5583851 or 1428650. OLE color: 1428650.
HSL color Cylindrical-coordinate representation of color #AACC15: hue angle of 71.15º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AACC15 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 21 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.2 |
| HSL | 71.15º | 0.81% | 0.44% | - |
| HSV(B) | 71.15º | 0.9% | 0.8% | - |
| XYZ | 38.31 | 51.79 | 8.69 | - |
| YUV | 172.97 | 42.24 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 21 | 0.17 | 0 | 0.90 | 0.2 | 71.15 | 0.81 | 0.44 |
| Hex | AA | CC | 15 | 11 | 0 | 5A | 14 | 47 | 51 | 2C |
| Octal | 252 | 314 | 25 | 21 | 0 | 132 | 24 | 107 | 121 | 54 |
| Binary | 10101010 | 11001100 | 10101 | 10001 | 0 | 1011010 | 10100 | 1000111 | 1010001 | 101100 |
Color Harmonies of #AACC15
Complementary color
Monochromatic Colors of #AACC15
Black with #AACC15
Text Example
Text Example
White with #AACC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC15; }
p { color: rgb(170,204,21); }
H1.HeaderClassName
{
color: #AACC15;
}
.AnyTagClassName
{
color: #AACC15;
}
</style>
background-color css
<style>
a { background-color: #AACC15; }
a { background-color: rgb(170,204,21); }
div.DivClassName
{
background-color: #AACC15;
}
.BgClassName
{
background-color: #AACC15;
}
</style>
border-color css
<style>
span { border-color: #AACC15; }
span { border-color: rgb(170,204,21); }
td.TdClassName
{
border-color: #AACC15;
}
.TagClassName
{
border-color: #AACC15;
}
</style>