Shades of Bahia #AAC714
Tints of Bahia #AAC714
RGB
CMYK
RGB Variations
Color information
#AAC714 (or 0xAAC714) is known color: Bahia. HEX triplet: AA, C7 and 14. RGB value is (170,199,20). Sum of RGB (Red+Green+Blue) = 170+199+20=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 199 (78.12% from 255 or 51.16% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC714 is #5538EB. Grayscale: #AAAAAA. Windows color (decimal): -5585132 or 1361834. OLE color: 1361834.
HSL color Cylindrical-coordinate representation of color #AAC714: hue angle of 69.72º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAC714 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 20 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.22 |
| HSL | 69.72º | 0.82% | 0.43% | - |
| HSV(B) | 69.72º | 0.9% | 0.78% | - |
| XYZ | 37.13 | 49.44 | 8.25 | - |
| YUV | 169.92 | 43.39 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 20 | 0.15 | 0 | 0.90 | 0.22 | 69.72 | 0.82 | 0.43 |
| Hex | AA | C7 | 14 | F | 0 | 5A | 16 | 46 | 52 | 2B |
| Octal | 252 | 307 | 24 | 17 | 0 | 132 | 26 | 106 | 122 | 53 |
| Binary | 10101010 | 11000111 | 10100 | 1111 | 0 | 1011010 | 10110 | 1000110 | 1010010 | 101011 |
Color Harmonies of #AAC714
Complementary color
Monochromatic Colors of #AAC714
Black with #AAC714
Text Example
Text Example
White with #AAC714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC714; }
p { color: rgb(170,199,20); }
H1.HeaderClassName
{
color: #AAC714;
}
.AnyTagClassName
{
color: #AAC714;
}
</style>
background-color css
<style>
a { background-color: #AAC714; }
a { background-color: rgb(170,199,20); }
div.DivClassName
{
background-color: #AAC714;
}
.BgClassName
{
background-color: #AAC714;
}
</style>
border-color css
<style>
span { border-color: #AAC714; }
span { border-color: rgb(170,199,20); }
td.TdClassName
{
border-color: #AAC714;
}
.TagClassName
{
border-color: #AAC714;
}
</style>