Shades of Bahia #AACE1C
Tints of Bahia #AACE1C
RGB
CMYK
RGB Variations
Color information
#AACE1C (or 0xAACE1C) is known color: Bahia. HEX triplet: AA, CE and 1C. RGB value is (170,206,28). Sum of RGB (Red+Green+Blue) = 170+206+28=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 206 (80.86% from 255 or 50.99% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACE1C is #5531E3. Grayscale: #AFAFAF. Windows color (decimal): -5583332 or 1887914. OLE color: 1887914.
HSL color Cylindrical-coordinate representation of color #AACE1C: hue angle of 72.13º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AACE1C is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 28 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.19 |
| HSL | 72.13º | 0.76% | 0.46% | - |
| HSV(B) | 72.13º | 0.86% | 0.81% | - |
| XYZ | 38.86 | 52.77 | 9.24 | - |
| YUV | 174.94 | 45.07 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 28 | 0.17 | 0 | 0.86 | 0.19 | 72.13 | 0.76 | 0.46 |
| Hex | AA | CE | 1C | 11 | 0 | 56 | 13 | 48 | 4C | 2E |
| Octal | 252 | 316 | 34 | 21 | 0 | 126 | 23 | 110 | 114 | 56 |
| Binary | 10101010 | 11001110 | 11100 | 10001 | 0 | 1010110 | 10011 | 1001000 | 1001100 | 101110 |
Color Harmonies of #AACE1C
Complementary color
Monochromatic Colors of #AACE1C
Black with #AACE1C
Text Example
Text Example
White with #AACE1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE1C; }
p { color: rgb(170,206,28); }
H1.HeaderClassName
{
color: #AACE1C;
}
.AnyTagClassName
{
color: #AACE1C;
}
</style>
background-color css
<style>
a { background-color: #AACE1C; }
a { background-color: rgb(170,206,28); }
div.DivClassName
{
background-color: #AACE1C;
}
.BgClassName
{
background-color: #AACE1C;
}
</style>
border-color css
<style>
span { border-color: #AACE1C; }
span { border-color: rgb(170,206,28); }
td.TdClassName
{
border-color: #AACE1C;
}
.TagClassName
{
border-color: #AACE1C;
}
</style>