Shades of Bahia #AACF16
Tints of Bahia #AACF16
RGB
CMYK
RGB Variations
Color information
#AACF16 (or 0xAACF16) is known color: Bahia. HEX triplet: AA, CF and 16. RGB value is (170,207,22). Sum of RGB (Red+Green+Blue) = 170+207+22=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACF16 is #5530E9. Grayscale: #AFAFAF. Windows color (decimal): -5583082 or 1494954. OLE color: 1494954.
HSL color Cylindrical-coordinate representation of color #AACF16: hue angle of 72º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AACF16 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 22 | - |
| CMYK | 0.18 | 0 | 0.89 | 0.19 |
| HSL | 72º | 0.81% | 0.45% | - |
| HSV(B) | 72º | 0.89% | 0.81% | - |
| XYZ | 39.04 | 53.23 | 8.98 | - |
| YUV | 174.85 | 41.74 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 22 | 0.18 | 0 | 0.89 | 0.19 | 72 | 0.81 | 0.45 |
| Hex | AA | CF | 16 | 12 | 0 | 59 | 13 | 48 | 51 | 2D |
| Octal | 252 | 317 | 26 | 22 | 0 | 131 | 23 | 110 | 121 | 55 |
| Binary | 10101010 | 11001111 | 10110 | 10010 | 0 | 1011001 | 10011 | 1001000 | 1010001 | 101101 |
Color Harmonies of #AACF16
Complementary color
Monochromatic Colors of #AACF16
Black with #AACF16
Text Example
Text Example
White with #AACF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF16; }
p { color: rgb(170,207,22); }
H1.HeaderClassName
{
color: #AACF16;
}
.AnyTagClassName
{
color: #AACF16;
}
</style>
background-color css
<style>
a { background-color: #AACF16; }
a { background-color: rgb(170,207,22); }
div.DivClassName
{
background-color: #AACF16;
}
.BgClassName
{
background-color: #AACF16;
}
</style>
border-color css
<style>
span { border-color: #AACF16; }
span { border-color: rgb(170,207,22); }
td.TdClassName
{
border-color: #AACF16;
}
.TagClassName
{
border-color: #AACF16;
}
</style>