Shades of Bahia #AACE1E
Tints of Bahia #AACE1E
RGB
CMYK
RGB Variations
Color information
#AACE1E (or 0xAACE1E) is known color: Bahia. HEX triplet: AA, CE and 1E. RGB value is (170,206,30). Sum of RGB (Red+Green+Blue) = 170+206+30=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 206 (80.86% from 255 or 50.74% from 406); Blue value is 30 (12.11% from 255 or 7.39% from 406); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACE1E is #5531E1. Grayscale: #AFAFAF. Windows color (decimal): -5583330 or 2018986. OLE color: 2018986.
HSL color Cylindrical-coordinate representation of color #AACE1E: hue angle of 72.27º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AACE1E is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 30 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.19 |
| HSL | 72.27º | 0.75% | 0.46% | - |
| HSV(B) | 72.27º | 0.85% | 0.81% | - |
| XYZ | 38.88 | 52.78 | 9.37 | - |
| YUV | 175.17 | 46.07 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 30 | 0.17 | 0 | 0.85 | 0.19 | 72.27 | 0.75 | 0.46 |
| Hex | AA | CE | 1E | 11 | 0 | 55 | 13 | 48 | 4B | 2E |
| Octal | 252 | 316 | 36 | 21 | 0 | 125 | 23 | 110 | 113 | 56 |
| Binary | 10101010 | 11001110 | 11110 | 10001 | 0 | 1010101 | 10011 | 1001000 | 1001011 | 101110 |
Color Harmonies of #AACE1E
Complementary color
Monochromatic Colors of #AACE1E
Black with #AACE1E
Text Example
Text Example
White with #AACE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACE1E; }
p { color: rgb(170,206,30); }
H1.HeaderClassName
{
color: #AACE1E;
}
.AnyTagClassName
{
color: #AACE1E;
}
</style>
background-color css
<style>
a { background-color: #AACE1E; }
a { background-color: rgb(170,206,30); }
div.DivClassName
{
background-color: #AACE1E;
}
.BgClassName
{
background-color: #AACE1E;
}
</style>
border-color css
<style>
span { border-color: #AACE1E; }
span { border-color: rgb(170,206,30); }
td.TdClassName
{
border-color: #AACE1E;
}
.TagClassName
{
border-color: #AACE1E;
}
</style>