Shades of Bahia #AAC41F
Tints of Bahia #AAC41F
RGB
CMYK
RGB Variations
Color information
#AAC41F (or 0xAAC41F) is known color: Bahia. HEX triplet: AA, C4 and 1F. RGB value is (170,196,31). Sum of RGB (Red+Green+Blue) = 170+196+31=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 31 (12.5% from 255 or 7.81% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC41F is #553BE0. Grayscale: #AAAAAA. Windows color (decimal): -5585889 or 2081962. OLE color: 2081962.
HSL color Cylindrical-coordinate representation of color #AAC41F: hue angle of 69.45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAC41F is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 31 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.23 |
| HSL | 69.45º | 0.73% | 0.45% | - |
| HSV(B) | 69.45º | 0.84% | 0.77% | - |
| XYZ | 36.56 | 48.12 | 8.66 | - |
| YUV | 169.42 | 49.89 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 31 | 0.13 | 0 | 0.84 | 0.23 | 69.45 | 0.73 | 0.45 |
| Hex | AA | C4 | 1F | D | 0 | 54 | 17 | 45 | 49 | 2D |
| Octal | 252 | 304 | 37 | 15 | 0 | 124 | 27 | 105 | 111 | 55 |
| Binary | 10101010 | 11000100 | 11111 | 1101 | 0 | 1010100 | 10111 | 1000101 | 1001001 | 101101 |
Color Harmonies of #AAC41F
Complementary color
Monochromatic Colors of #AAC41F
Black with #AAC41F
Text Example
Text Example
White with #AAC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC41F; }
p { color: rgb(170,196,31); }
H1.HeaderClassName
{
color: #AAC41F;
}
.AnyTagClassName
{
color: #AAC41F;
}
</style>
background-color css
<style>
a { background-color: #AAC41F; }
a { background-color: rgb(170,196,31); }
div.DivClassName
{
background-color: #AAC41F;
}
.BgClassName
{
background-color: #AAC41F;
}
</style>
border-color css
<style>
span { border-color: #AAC41F; }
span { border-color: rgb(170,196,31); }
td.TdClassName
{
border-color: #AAC41F;
}
.TagClassName
{
border-color: #AAC41F;
}
</style>