Shades of Bahia #AACF0C
Tints of Bahia #AACF0C
RGB
CMYK
RGB Variations
Color information
#AACF0C (or 0xAACF0C) is known color: Bahia. HEX triplet: AA, CF and 0C. RGB value is (170,207,12). Sum of RGB (Red+Green+Blue) = 170+207+12=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACF0C is #5530F3. Grayscale: #AEAEAE. Windows color (decimal): -5583092 or 839594. OLE color: 839594.
HSL color Cylindrical-coordinate representation of color #AACF0C: hue angle of 71.38º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AACF0C is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 12 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.19 |
| HSL | 71.38º | 0.89% | 0.43% | - |
| HSV(B) | 71.38º | 0.94% | 0.81% | - |
| XYZ | 38.96 | 53.2 | 8.56 | - |
| YUV | 173.71 | 36.74 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 12 | 0.18 | 0 | 0.94 | 0.19 | 71.38 | 0.89 | 0.43 |
| Hex | AA | CF | C | 12 | 0 | 5E | 13 | 47 | 59 | 2B |
| Octal | 252 | 317 | 14 | 22 | 0 | 136 | 23 | 107 | 131 | 53 |
| Binary | 10101010 | 11001111 | 1100 | 10010 | 0 | 1011110 | 10011 | 1000111 | 1011001 | 101011 |
Color Harmonies of #AACF0C
Complementary color
Monochromatic Colors of #AACF0C
Black with #AACF0C
Text Example
Text Example
White with #AACF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACF0C; }
p { color: rgb(170,207,12); }
H1.HeaderClassName
{
color: #AACF0C;
}
.AnyTagClassName
{
color: #AACF0C;
}
</style>
background-color css
<style>
a { background-color: #AACF0C; }
a { background-color: rgb(170,207,12); }
div.DivClassName
{
background-color: #AACF0C;
}
.BgClassName
{
background-color: #AACF0C;
}
</style>
border-color css
<style>
span { border-color: #AACF0C; }
span { border-color: rgb(170,207,12); }
td.TdClassName
{
border-color: #AACF0C;
}
.TagClassName
{
border-color: #AACF0C;
}
</style>