Shades of Bahia #AAC914
Tints of Bahia #AAC914
RGB
CMYK
RGB Variations
Color information
#AAC914 (or 0xAAC914) is known color: Bahia. HEX triplet: AA, C9 and 14. RGB value is (170,201,20). Sum of RGB (Red+Green+Blue) = 170+201+20=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC914 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC914 is #5536EB. Grayscale: #ABABAB. Windows color (decimal): -5584620 or 1362346. OLE color: 1362346.
HSL color Cylindrical-coordinate representation of color #AAC914: hue angle of 70.28º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAC914 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 201 | 20 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.21 |
| HSL | 70.28º | 0.82% | 0.43% | - |
| HSV(B) | 70.28º | 0.9% | 0.79% | - |
| XYZ | 37.59 | 50.37 | 8.4 | - |
| YUV | 171.1 | 42.73 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 201 | 20 | 0.15 | 0 | 0.90 | 0.21 | 70.28 | 0.82 | 0.43 |
| Hex | AA | C9 | 14 | F | 0 | 5A | 15 | 46 | 52 | 2B |
| Octal | 252 | 311 | 24 | 17 | 0 | 132 | 25 | 106 | 122 | 53 |
| Binary | 10101010 | 11001001 | 10100 | 1111 | 0 | 1011010 | 10101 | 1000110 | 1010010 | 101011 |
Color Harmonies of #AAC914
Complementary color
Monochromatic Colors of #AAC914
Black with #AAC914
Text Example
Text Example
White with #AAC914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC914; }
p { color: rgb(170,201,20); }
H1.HeaderClassName
{
color: #AAC914;
}
.AnyTagClassName
{
color: #AAC914;
}
</style>
background-color css
<style>
a { background-color: #AAC914; }
a { background-color: rgb(170,201,20); }
div.DivClassName
{
background-color: #AAC914;
}
.BgClassName
{
background-color: #AAC914;
}
</style>
border-color css
<style>
span { border-color: #AAC914; }
span { border-color: rgb(170,201,20); }
td.TdClassName
{
border-color: #AAC914;
}
.TagClassName
{
border-color: #AAC914;
}
</style>