Shades of Bahia #AAC014
Tints of Bahia #AAC014
RGB
CMYK
RGB Variations
Color information
#AAC014 (or 0xAAC014) is known color: Bahia. HEX triplet: AA, C0 and 14. RGB value is (170,192,20). Sum of RGB (Red+Green+Blue) = 170+192+20=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC014 is #553FEB. Grayscale: #A6A6A6. Windows color (decimal): -5586924 or 1360042. OLE color: 1360042.
HSL color Cylindrical-coordinate representation of color #AAC014: hue angle of 67.67º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAC014 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 20 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.25 |
| HSL | 67.67º | 0.81% | 0.42% | - |
| HSV(B) | 67.67º | 0.9% | 0.75% | - |
| XYZ | 35.55 | 46.3 | 7.72 | - |
| YUV | 165.81 | 45.71 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 20 | 0.11 | 0 | 0.90 | 0.25 | 67.67 | 0.81 | 0.42 |
| Hex | AA | C0 | 14 | B | 0 | 5A | 19 | 44 | 51 | 2A |
| Octal | 252 | 300 | 24 | 13 | 0 | 132 | 31 | 104 | 121 | 52 |
| Binary | 10101010 | 11000000 | 10100 | 1011 | 0 | 1011010 | 11001 | 1000100 | 1010001 | 101010 |
Color Harmonies of #AAC014
Complementary color
Monochromatic Colors of #AAC014
Black with #AAC014
Text Example
Text Example
White with #AAC014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC014; }
p { color: rgb(170,192,20); }
H1.HeaderClassName
{
color: #AAC014;
}
.AnyTagClassName
{
color: #AAC014;
}
</style>
background-color css
<style>
a { background-color: #AAC014; }
a { background-color: rgb(170,192,20); }
div.DivClassName
{
background-color: #AAC014;
}
.BgClassName
{
background-color: #AAC014;
}
</style>
border-color css
<style>
span { border-color: #AAC014; }
span { border-color: rgb(170,192,20); }
td.TdClassName
{
border-color: #AAC014;
}
.TagClassName
{
border-color: #AAC014;
}
</style>