Shades of Bahia #AAC20D
Tints of Bahia #AAC20D
RGB
CMYK
RGB Variations
Color information
#AAC20D (or 0xAAC20D) is known color: Bahia. HEX triplet: AA, C2 and 0D. RGB value is (170,194,13). Sum of RGB (Red+Green+Blue) = 170+194+13=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 194 (76.17% from 255 or 51.46% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC20D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC20D is #553DF2. Grayscale: #A6A6A6. Windows color (decimal): -5586419 or 901802. OLE color: 901802.
HSL color Cylindrical-coordinate representation of color #AAC20D: hue angle of 67.96º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AAC20D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 194 | 13 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.24 |
| HSL | 67.96º | 0.87% | 0.41% | - |
| HSV(B) | 67.96º | 0.93% | 0.76% | - |
| XYZ | 35.94 | 47.16 | 7.59 | - |
| YUV | 166.19 | 41.55 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 194 | 13 | 0.12 | 0 | 0.93 | 0.24 | 67.96 | 0.87 | 0.41 |
| Hex | AA | C2 | D | C | 0 | 5D | 18 | 44 | 57 | 29 |
| Octal | 252 | 302 | 15 | 14 | 0 | 135 | 30 | 104 | 127 | 51 |
| Binary | 10101010 | 11000010 | 1101 | 1100 | 0 | 1011101 | 11000 | 1000100 | 1010111 | 101001 |
Color Harmonies of #AAC20D
Complementary color
Monochromatic Colors of #AAC20D
Black with #AAC20D
Text Example
Text Example
White with #AAC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC20D; }
p { color: rgb(170,194,13); }
H1.HeaderClassName
{
color: #AAC20D;
}
.AnyTagClassName
{
color: #AAC20D;
}
</style>
background-color css
<style>
a { background-color: #AAC20D; }
a { background-color: rgb(170,194,13); }
div.DivClassName
{
background-color: #AAC20D;
}
.BgClassName
{
background-color: #AAC20D;
}
</style>
border-color css
<style>
span { border-color: #AAC20D; }
span { border-color: rgb(170,194,13); }
td.TdClassName
{
border-color: #AAC20D;
}
.TagClassName
{
border-color: #AAC20D;
}
</style>