Shades of Bahia #AAC50C
Tints of Bahia #AAC50C
RGB
CMYK
RGB Variations
Color information
#AAC50C (or 0xAAC50C) is known color: Bahia. HEX triplet: AA, C5 and 0C. RGB value is (170,197,12). Sum of RGB (Red+Green+Blue) = 170+197+12=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 197 (77.34% from 255 or 51.98% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC50C is #553AF3. Grayscale: #A8A8A8. Windows color (decimal): -5585652 or 837034. OLE color: 837034.
HSL color Cylindrical-coordinate representation of color #AAC50C: hue angle of 68.76º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAC50C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 12 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.23 |
| HSL | 68.76º | 0.89% | 0.41% | - |
| HSV(B) | 68.76º | 0.94% | 0.77% | - |
| XYZ | 36.61 | 48.51 | 7.78 | - |
| YUV | 167.84 | 40.05 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 12 | 0.14 | 0 | 0.94 | 0.23 | 68.76 | 0.89 | 0.41 |
| Hex | AA | C5 | C | E | 0 | 5E | 17 | 45 | 59 | 29 |
| Octal | 252 | 305 | 14 | 16 | 0 | 136 | 27 | 105 | 131 | 51 |
| Binary | 10101010 | 11000101 | 1100 | 1110 | 0 | 1011110 | 10111 | 1000101 | 1011001 | 101001 |
Color Harmonies of #AAC50C
Complementary color
Monochromatic Colors of #AAC50C
Black with #AAC50C
Text Example
Text Example
White with #AAC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC50C; }
p { color: rgb(170,197,12); }
H1.HeaderClassName
{
color: #AAC50C;
}
.AnyTagClassName
{
color: #AAC50C;
}
</style>
background-color css
<style>
a { background-color: #AAC50C; }
a { background-color: rgb(170,197,12); }
div.DivClassName
{
background-color: #AAC50C;
}
.BgClassName
{
background-color: #AAC50C;
}
</style>
border-color css
<style>
span { border-color: #AAC50C; }
span { border-color: rgb(170,197,12); }
td.TdClassName
{
border-color: #AAC50C;
}
.TagClassName
{
border-color: #AAC50C;
}
</style>