Shades of Bahia #AACF0F
Tints of Bahia #AACF0F
RGB
CMYK
RGB Variations
Color information
#AACF0F (or 0xAACF0F) is known color: Bahia. HEX triplet: AA, CF and 0F. RGB value is (170,207,15). Sum of RGB (Red+Green+Blue) = 170+207+15=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 15 (6.25% from 255 or 3.83% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACF0F is #5530F0. Grayscale: #AEAEAE. Windows color (decimal): -5583089 or 1036202. OLE color: 1036202.
HSL color Cylindrical-coordinate representation of color #AACF0F: hue angle of 71.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AACF0F is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 15 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.19 |
| HSL | 71.56º | 0.86% | 0.44% | - |
| HSV(B) | 71.56º | 0.93% | 0.81% | - |
| XYZ | 38.98 | 53.21 | 8.67 | - |
| YUV | 174.05 | 38.24 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 15 | 0.18 | 0 | 0.93 | 0.19 | 71.56 | 0.86 | 0.44 |
| Hex | AA | CF | F | 12 | 0 | 5D | 13 | 48 | 56 | 2C |
| Octal | 252 | 317 | 17 | 22 | 0 | 135 | 23 | 110 | 126 | 54 |
| Binary | 10101010 | 11001111 | 1111 | 10010 | 0 | 1011101 | 10011 | 1001000 | 1010110 | 101100 |
Color Harmonies of #AACF0F
Complementary color
Monochromatic Colors of #AACF0F
Black with #AACF0F
Text Example
Text Example
White with #AACF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF0F; }
p { color: rgb(170,207,15); }
H1.HeaderClassName
{
color: #AACF0F;
}
.AnyTagClassName
{
color: #AACF0F;
}
</style>
background-color css
<style>
a { background-color: #AACF0F; }
a { background-color: rgb(170,207,15); }
div.DivClassName
{
background-color: #AACF0F;
}
.BgClassName
{
background-color: #AACF0F;
}
</style>
border-color css
<style>
span { border-color: #AACF0F; }
span { border-color: rgb(170,207,15); }
td.TdClassName
{
border-color: #AACF0F;
}
.TagClassName
{
border-color: #AACF0F;
}
</style>