Shades of Bahia #AAC82D
Tints of Bahia #AAC82D
RGB
CMYK
RGB Variations
Color information
#AAC82D (or 0xAAC82D) is known color: Bahia. HEX triplet: AA, C8 and 2D. RGB value is (170,200,45). Sum of RGB (Red+Green+Blue) = 170+200+45=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 200 (78.52% from 255 or 48.19% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC82D is #5537D2. Grayscale: #ADADAD. Windows color (decimal): -5584851 or 3000490. OLE color: 3000490.
HSL color Cylindrical-coordinate representation of color #AAC82D: hue angle of 71.61º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAC82D is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 45 | - |
| CMYK | 0.15 | 0 | 0.78 | 0.22 |
| HSL | 71.61º | 0.63% | 0.48% | - |
| HSV(B) | 71.61º | 0.78% | 0.78% | - |
| XYZ | 37.71 | 50.04 | 10.15 | - |
| YUV | 173.36 | 55.56 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 45 | 0.15 | 0 | 0.78 | 0.22 | 71.61 | 0.63 | 0.48 |
| Hex | AA | C8 | 2D | F | 0 | 4E | 16 | 48 | 3F | 30 |
| Octal | 252 | 310 | 55 | 17 | 0 | 116 | 26 | 110 | 77 | 60 |
| Binary | 10101010 | 11001000 | 101101 | 1111 | 0 | 1001110 | 10110 | 1001000 | 111111 | 110000 |
Color Harmonies of #AAC82D
Complementary color
Monochromatic Colors of #AAC82D
Black with #AAC82D
Text Example
Text Example
White with #AAC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC82D; }
p { color: rgb(170,200,45); }
H1.HeaderClassName
{
color: #AAC82D;
}
.AnyTagClassName
{
color: #AAC82D;
}
</style>
background-color css
<style>
a { background-color: #AAC82D; }
a { background-color: rgb(170,200,45); }
div.DivClassName
{
background-color: #AAC82D;
}
.BgClassName
{
background-color: #AAC82D;
}
</style>
border-color css
<style>
span { border-color: #AAC82D; }
span { border-color: rgb(170,200,45); }
td.TdClassName
{
border-color: #AAC82D;
}
.TagClassName
{
border-color: #AAC82D;
}
</style>