Shades of Bahia #AACD15
Tints of Bahia #AACD15
RGB
CMYK
RGB Variations
Color information
#AACD15 (or 0xAACD15) is known color: Bahia. HEX triplet: AA, CD and 15. RGB value is (170,205,21). Sum of RGB (Red+Green+Blue) = 170+205+21=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 205 (80.47% from 255 or 51.77% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACD15 is #5532EA. Grayscale: #AEAEAE. Windows color (decimal): -5583595 or 1428906. OLE color: 1428906.
HSL color Cylindrical-coordinate representation of color #AACD15: hue angle of 71.41º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AACD15 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 21 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.20 |
| HSL | 71.41º | 0.81% | 0.44% | - |
| HSV(B) | 71.41º | 0.9% | 0.8% | - |
| XYZ | 38.54 | 52.26 | 8.77 | - |
| YUV | 173.56 | 41.9 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 21 | 0.17 | 0 | 0.90 | 0.20 | 71.41 | 0.81 | 0.44 |
| Hex | AA | CD | 15 | 11 | 0 | 5A | 14 | 47 | 51 | 2C |
| Octal | 252 | 315 | 25 | 21 | 0 | 132 | 24 | 107 | 121 | 54 |
| Binary | 10101010 | 11001101 | 10101 | 10001 | 0 | 1011010 | 10100 | 1000111 | 1010001 | 101100 |
Color Harmonies of #AACD15
Complementary color
Monochromatic Colors of #AACD15
Black with #AACD15
Text Example
Text Example
White with #AACD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACD15; }
p { color: rgb(170,205,21); }
H1.HeaderClassName
{
color: #AACD15;
}
.AnyTagClassName
{
color: #AACD15;
}
</style>
background-color css
<style>
a { background-color: #AACD15; }
a { background-color: rgb(170,205,21); }
div.DivClassName
{
background-color: #AACD15;
}
.BgClassName
{
background-color: #AACD15;
}
</style>
border-color css
<style>
span { border-color: #AACD15; }
span { border-color: rgb(170,205,21); }
td.TdClassName
{
border-color: #AACD15;
}
.TagClassName
{
border-color: #AACD15;
}
</style>