Shades of Bahia #AAC50E
Tints of Bahia #AAC50E
RGB
CMYK
RGB Variations
Color information
#AAC50E (or 0xAAC50E) is known color: Bahia. HEX triplet: AA, C5 and 0E. RGB value is (170,197,14). Sum of RGB (Red+Green+Blue) = 170+197+14=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC50E is #553AF1. Grayscale: #A8A8A8. Windows color (decimal): -5585650 or 968106. OLE color: 968106.
HSL color Cylindrical-coordinate representation of color #AAC50E: hue angle of 68.85º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAC50E is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 14 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.23 |
| HSL | 68.85º | 0.87% | 0.41% | - |
| HSV(B) | 68.85º | 0.93% | 0.77% | - |
| XYZ | 36.62 | 48.51 | 7.85 | - |
| YUV | 168.07 | 41.05 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 14 | 0.14 | 0 | 0.93 | 0.23 | 68.85 | 0.87 | 0.41 |
| Hex | AA | C5 | E | E | 0 | 5D | 17 | 45 | 57 | 29 |
| Octal | 252 | 305 | 16 | 16 | 0 | 135 | 27 | 105 | 127 | 51 |
| Binary | 10101010 | 11000101 | 1110 | 1110 | 0 | 1011101 | 10111 | 1000101 | 1010111 | 101001 |
Color Harmonies of #AAC50E
Complementary color
Monochromatic Colors of #AAC50E
Black with #AAC50E
Text Example
Text Example
White with #AAC50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC50E; }
p { color: rgb(170,197,14); }
H1.HeaderClassName
{
color: #AAC50E;
}
.AnyTagClassName
{
color: #AAC50E;
}
</style>
background-color css
<style>
a { background-color: #AAC50E; }
a { background-color: rgb(170,197,14); }
div.DivClassName
{
background-color: #AAC50E;
}
.BgClassName
{
background-color: #AAC50E;
}
</style>
border-color css
<style>
span { border-color: #AAC50E; }
span { border-color: rgb(170,197,14); }
td.TdClassName
{
border-color: #AAC50E;
}
.TagClassName
{
border-color: #AAC50E;
}
</style>