Shades of Bahia #AAC21E
Tints of Bahia #AAC21E
RGB
CMYK
RGB Variations
Color information
#AAC21E (or 0xAAC21E) is known color: Bahia. HEX triplet: AA, C2 and 1E. RGB value is (170,194,30). Sum of RGB (Red+Green+Blue) = 170+194+30=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC21E is #553DE1. Grayscale: #A8A8A8. Windows color (decimal): -5586402 or 2015914. OLE color: 2015914.
HSL color Cylindrical-coordinate representation of color #AAC21E: hue angle of 68.78º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAC21E is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 30 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.24 |
| HSL | 68.78º | 0.73% | 0.44% | - |
| HSV(B) | 68.78º | 0.85% | 0.76% | - |
| XYZ | 36.1 | 47.22 | 8.44 | - |
| YUV | 168.13 | 50.05 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 30 | 0.12 | 0 | 0.85 | 0.24 | 68.78 | 0.73 | 0.44 |
| Hex | AA | C2 | 1E | C | 0 | 55 | 18 | 45 | 49 | 2C |
| Octal | 252 | 302 | 36 | 14 | 0 | 125 | 30 | 105 | 111 | 54 |
| Binary | 10101010 | 11000010 | 11110 | 1100 | 0 | 1010101 | 11000 | 1000101 | 1001001 | 101100 |
Color Harmonies of #AAC21E
Complementary color
Monochromatic Colors of #AAC21E
Black with #AAC21E
Text Example
Text Example
White with #AAC21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC21E; }
p { color: rgb(170,194,30); }
H1.HeaderClassName
{
color: #AAC21E;
}
.AnyTagClassName
{
color: #AAC21E;
}
</style>
background-color css
<style>
a { background-color: #AAC21E; }
a { background-color: rgb(170,194,30); }
div.DivClassName
{
background-color: #AAC21E;
}
.BgClassName
{
background-color: #AAC21E;
}
</style>
border-color css
<style>
span { border-color: #AAC21E; }
span { border-color: rgb(170,194,30); }
td.TdClassName
{
border-color: #AAC21E;
}
.TagClassName
{
border-color: #AAC21E;
}
</style>