Shades of Bahia #AACC13
Tints of Bahia #AACC13
RGB
CMYK
RGB Variations
Color information
#AACC13 (or 0xAACC13) is known color: Bahia. HEX triplet: AA, CC and 13. RGB value is (170,204,19). Sum of RGB (Red+Green+Blue) = 170+204+19=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC13 is #5533EC. Grayscale: #ADADAD. Windows color (decimal): -5583853 or 1297578. OLE color: 1297578.
HSL color Cylindrical-coordinate representation of color #AACC13: hue angle of 71.03º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AACC13 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 19 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.2 |
| HSL | 71.03º | 0.83% | 0.44% | - |
| HSV(B) | 71.03º | 0.91% | 0.8% | - |
| XYZ | 38.29 | 51.78 | 8.59 | - |
| YUV | 172.74 | 41.24 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 19 | 0.17 | 0 | 0.91 | 0.2 | 71.03 | 0.83 | 0.44 |
| Hex | AA | CC | 13 | 11 | 0 | 5B | 14 | 47 | 53 | 2C |
| Octal | 252 | 314 | 23 | 21 | 0 | 133 | 24 | 107 | 123 | 54 |
| Binary | 10101010 | 11001100 | 10011 | 10001 | 0 | 1011011 | 10100 | 1000111 | 1010011 | 101100 |
Color Harmonies of #AACC13
Complementary color
Monochromatic Colors of #AACC13
Black with #AACC13
Text Example
Text Example
White with #AACC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC13; }
p { color: rgb(170,204,19); }
H1.HeaderClassName
{
color: #AACC13;
}
.AnyTagClassName
{
color: #AACC13;
}
</style>
background-color css
<style>
a { background-color: #AACC13; }
a { background-color: rgb(170,204,19); }
div.DivClassName
{
background-color: #AACC13;
}
.BgClassName
{
background-color: #AACC13;
}
</style>
border-color css
<style>
span { border-color: #AACC13; }
span { border-color: rgb(170,204,19); }
td.TdClassName
{
border-color: #AACC13;
}
.TagClassName
{
border-color: #AACC13;
}
</style>