Shades of Bahia #AAC42F
Tints of Bahia #AAC42F
RGB
CMYK
RGB Variations
Color information
#AAC42F (or 0xAAC42F) is known color: Bahia. HEX triplet: AA, C4 and 2F. RGB value is (170,196,47). Sum of RGB (Red+Green+Blue) = 170+196+47=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 196 (76.95% from 255 or 47.46% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC42F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC42F is #553BD0. Grayscale: #ABABAB. Windows color (decimal): -5585873 or 3130538. OLE color: 3130538.
HSL color Cylindrical-coordinate representation of color #AAC42F: hue angle of 70.47º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AAC42F is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 196 | 47 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.23 |
| HSL | 70.47º | 0.61% | 0.48% | - |
| HSV(B) | 70.47º | 0.76% | 0.77% | - |
| XYZ | 36.83 | 48.23 | 10.06 | - |
| YUV | 171.24 | 57.89 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 196 | 47 | 0.13 | 0 | 0.76 | 0.23 | 70.47 | 0.61 | 0.48 |
| Hex | AA | C4 | 2F | D | 0 | 4C | 17 | 46 | 3D | 30 |
| Octal | 252 | 304 | 57 | 15 | 0 | 114 | 27 | 106 | 75 | 60 |
| Binary | 10101010 | 11000100 | 101111 | 1101 | 0 | 1001100 | 10111 | 1000110 | 111101 | 110000 |
Color Harmonies of #AAC42F
Complementary color
Monochromatic Colors of #AAC42F
Black with #AAC42F
Text Example
Text Example
White with #AAC42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC42F; }
p { color: rgb(170,196,47); }
H1.HeaderClassName
{
color: #AAC42F;
}
.AnyTagClassName
{
color: #AAC42F;
}
</style>
background-color css
<style>
a { background-color: #AAC42F; }
a { background-color: rgb(170,196,47); }
div.DivClassName
{
background-color: #AAC42F;
}
.BgClassName
{
background-color: #AAC42F;
}
</style>
border-color css
<style>
span { border-color: #AAC42F; }
span { border-color: rgb(170,196,47); }
td.TdClassName
{
border-color: #AAC42F;
}
.TagClassName
{
border-color: #AAC42F;
}
</style>