Shades of Bahia #AAC80C
Tints of Bahia #AAC80C
RGB
CMYK
RGB Variations
Color information
#AAC80C (or 0xAAC80C) is known color: Bahia. HEX triplet: AA, C8 and 0C. RGB value is (170,200,12). Sum of RGB (Red+Green+Blue) = 170+200+12=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 200 (78.52% from 255 or 52.36% from 382); Blue value is 12 (5.08% from 255 or 3.14% from 382); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC80C is #5537F3. Grayscale: #AAAAAA. Windows color (decimal): -5584884 or 837802. OLE color: 837802.
HSL color Cylindrical-coordinate representation of color #AAC80C: hue angle of 69.57º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAC80C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 12 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.22 |
| HSL | 69.57º | 0.89% | 0.42% | - |
| HSV(B) | 69.57º | 0.94% | 0.78% | - |
| XYZ | 37.3 | 49.88 | 8.01 | - |
| YUV | 169.6 | 39.06 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 12 | 0.15 | 0 | 0.94 | 0.22 | 69.57 | 0.89 | 0.42 |
| Hex | AA | C8 | C | F | 0 | 5E | 16 | 46 | 59 | 2A |
| Octal | 252 | 310 | 14 | 17 | 0 | 136 | 26 | 106 | 131 | 52 |
| Binary | 10101010 | 11001000 | 1100 | 1111 | 0 | 1011110 | 10110 | 1000110 | 1011001 | 101010 |
Color Harmonies of #AAC80C
Complementary color
Monochromatic Colors of #AAC80C
Black with #AAC80C
Text Example
Text Example
White with #AAC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC80C; }
p { color: rgb(170,200,12); }
H1.HeaderClassName
{
color: #AAC80C;
}
.AnyTagClassName
{
color: #AAC80C;
}
</style>
background-color css
<style>
a { background-color: #AAC80C; }
a { background-color: rgb(170,200,12); }
div.DivClassName
{
background-color: #AAC80C;
}
.BgClassName
{
background-color: #AAC80C;
}
</style>
border-color css
<style>
span { border-color: #AAC80C; }
span { border-color: rgb(170,200,12); }
td.TdClassName
{
border-color: #AAC80C;
}
.TagClassName
{
border-color: #AAC80C;
}
</style>