Shades of Bahia #AAC11E
Tints of Bahia #AAC11E
RGB
CMYK
RGB Variations
Color information
#AAC11E (or 0xAAC11E) is known color: Bahia. HEX triplet: AA, C1 and 1E. RGB value is (170,193,30). Sum of RGB (Red+Green+Blue) = 170+193+30=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 30 (12.11% from 255 or 7.63% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC11E is #553EE1. Grayscale: #A8A8A8. Windows color (decimal): -5586658 or 2015658. OLE color: 2015658.
HSL color Cylindrical-coordinate representation of color #AAC11E: hue angle of 68.47º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAC11E is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 193 | 30 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.24 |
| HSL | 68.47º | 0.73% | 0.44% | - |
| HSV(B) | 68.47º | 0.84% | 0.76% | - |
| XYZ | 35.88 | 46.78 | 8.37 | - |
| YUV | 167.54 | 50.38 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 193 | 30 | 0.12 | 0 | 0.84 | 0.24 | 68.47 | 0.73 | 0.44 |
| Hex | AA | C1 | 1E | C | 0 | 54 | 18 | 44 | 49 | 2C |
| Octal | 252 | 301 | 36 | 14 | 0 | 124 | 30 | 104 | 111 | 54 |
| Binary | 10101010 | 11000001 | 11110 | 1100 | 0 | 1010100 | 11000 | 1000100 | 1001001 | 101100 |
Color Harmonies of #AAC11E
Complementary color
Monochromatic Colors of #AAC11E
Black with #AAC11E
Text Example
Text Example
White with #AAC11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC11E; }
p { color: rgb(170,193,30); }
H1.HeaderClassName
{
color: #AAC11E;
}
.AnyTagClassName
{
color: #AAC11E;
}
</style>
background-color css
<style>
a { background-color: #AAC11E; }
a { background-color: rgb(170,193,30); }
div.DivClassName
{
background-color: #AAC11E;
}
.BgClassName
{
background-color: #AAC11E;
}
</style>
border-color css
<style>
span { border-color: #AAC11E; }
span { border-color: rgb(170,193,30); }
td.TdClassName
{
border-color: #AAC11E;
}
.TagClassName
{
border-color: #AAC11E;
}
</style>