Shades of Bahia #AACC28
Tints of Bahia #AACC28
RGB
CMYK
RGB Variations
Color information
#AACC28 (or 0xAACC28) is known color: Bahia. HEX triplet: AA, CC and 28. RGB value is (170,204,40). Sum of RGB (Red+Green+Blue) = 170+204+40=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AACC28 is #5533D7. Grayscale: #AFAFAF. Windows color (decimal): -5583832 or 2673834. OLE color: 2673834.
HSL color Cylindrical-coordinate representation of color #AACC28: hue angle of 72.44º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AACC28 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 204 | 40 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.2 |
| HSL | 72.44º | 0.67% | 0.48% | - |
| HSV(B) | 72.44º | 0.8% | 0.8% | - |
| XYZ | 38.55 | 51.88 | 9.99 | - |
| YUV | 175.14 | 51.74 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 204 | 40 | 0.17 | 0 | 0.80 | 0.2 | 72.44 | 0.67 | 0.48 |
| Hex | AA | CC | 28 | 11 | 0 | 50 | 14 | 48 | 43 | 30 |
| Octal | 252 | 314 | 50 | 21 | 0 | 120 | 24 | 110 | 103 | 60 |
| Binary | 10101010 | 11001100 | 101000 | 10001 | 0 | 1010000 | 10100 | 1001000 | 1000011 | 110000 |
Color Harmonies of #AACC28
Complementary color
Monochromatic Colors of #AACC28
Black with #AACC28
Text Example
Text Example
White with #AACC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACC28; }
p { color: rgb(170,204,40); }
H1.HeaderClassName
{
color: #AACC28;
}
.AnyTagClassName
{
color: #AACC28;
}
</style>
background-color css
<style>
a { background-color: #AACC28; }
a { background-color: rgb(170,204,40); }
div.DivClassName
{
background-color: #AACC28;
}
.BgClassName
{
background-color: #AACC28;
}
</style>
border-color css
<style>
span { border-color: #AACC28; }
span { border-color: rgb(170,204,40); }
td.TdClassName
{
border-color: #AACC28;
}
.TagClassName
{
border-color: #AACC28;
}
</style>