Shades of Bahia #AACC08
Tints of Bahia #AACC08
RGB
CMYK
RGB Variations
Color information
#AACC08 (or 0xAACC08) is known color: Bahia. HEX triplet: AA, CC and 08. RGB value is (170,204,8). Sum of RGB (Red+Green+Blue) = 170+204+8=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 8 (3.52% from 255 or 2.09% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC08 is #5533F7. Grayscale: #ACACAC. Windows color (decimal): -5583864 or 576682. OLE color: 576682.
HSL color Cylindrical-coordinate representation of color #AACC08: hue angle of 70.41º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AACC08 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 8 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.2 |
| HSL | 70.41º | 0.92% | 0.42% | - |
| HSV(B) | 70.41º | 0.96% | 0.8% | - |
| XYZ | 38.21 | 51.75 | 8.2 | - |
| YUV | 171.49 | 35.74 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 8 | 0.17 | 0 | 0.96 | 0.2 | 70.41 | 0.92 | 0.42 |
| Hex | AA | CC | 8 | 11 | 0 | 60 | 14 | 46 | 5C | 2A |
| Octal | 252 | 314 | 10 | 21 | 0 | 140 | 24 | 106 | 134 | 52 |
| Binary | 10101010 | 11001100 | 1000 | 10001 | 0 | 1100000 | 10100 | 1000110 | 1011100 | 101010 |
Color Harmonies of #AACC08
Complementary color
Monochromatic Colors of #AACC08
Black with #AACC08
Text Example
Text Example
White with #AACC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC08; }
p { color: rgb(170,204,8); }
H1.HeaderClassName
{
color: #AACC08;
}
.AnyTagClassName
{
color: #AACC08;
}
</style>
background-color css
<style>
a { background-color: #AACC08; }
a { background-color: rgb(170,204,8); }
div.DivClassName
{
background-color: #AACC08;
}
.BgClassName
{
background-color: #AACC08;
}
</style>
border-color css
<style>
span { border-color: #AACC08; }
span { border-color: rgb(170,204,8); }
td.TdClassName
{
border-color: #AACC08;
}
.TagClassName
{
border-color: #AACC08;
}
</style>