Shades of Bahia #AACC0D
Tints of Bahia #AACC0D
RGB
CMYK
RGB Variations
Color information
#AACC0D (or 0xAACC0D) is known color: Bahia. HEX triplet: AA, CC and 0D. RGB value is (170,204,13). Sum of RGB (Red+Green+Blue) = 170+204+13=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC0D is #5533F2. Grayscale: #ACACAC. Windows color (decimal): -5583859 or 904362. OLE color: 904362.
HSL color Cylindrical-coordinate representation of color #AACC0D: hue angle of 70.68º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AACC0D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 13 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.2 |
| HSL | 70.68º | 0.88% | 0.43% | - |
| HSV(B) | 70.68º | 0.94% | 0.8% | - |
| XYZ | 38.24 | 51.76 | 8.36 | - |
| YUV | 172.06 | 38.24 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 13 | 0.17 | 0 | 0.94 | 0.2 | 70.68 | 0.88 | 0.43 |
| Hex | AA | CC | D | 11 | 0 | 5E | 14 | 47 | 58 | 2B |
| Octal | 252 | 314 | 15 | 21 | 0 | 136 | 24 | 107 | 130 | 53 |
| Binary | 10101010 | 11001100 | 1101 | 10001 | 0 | 1011110 | 10100 | 1000111 | 1011000 | 101011 |
Color Harmonies of #AACC0D
Complementary color
Monochromatic Colors of #AACC0D
Black with #AACC0D
Text Example
Text Example
White with #AACC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC0D; }
p { color: rgb(170,204,13); }
H1.HeaderClassName
{
color: #AACC0D;
}
.AnyTagClassName
{
color: #AACC0D;
}
</style>
background-color css
<style>
a { background-color: #AACC0D; }
a { background-color: rgb(170,204,13); }
div.DivClassName
{
background-color: #AACC0D;
}
.BgClassName
{
background-color: #AACC0D;
}
</style>
border-color css
<style>
span { border-color: #AACC0D; }
span { border-color: rgb(170,204,13); }
td.TdClassName
{
border-color: #AACC0D;
}
.TagClassName
{
border-color: #AACC0D;
}
</style>