Shades of Bahia #ACD020
Tints of Bahia #ACD020
RGB
CMYK
RGB Variations
Color information
#ACD020 (or 0xACD020) is known color: Bahia. HEX triplet: AC, D0 and 20. RGB value is (172,208,32). Sum of RGB (Red+Green+Blue) = 172+208+32=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 208 (81.64% from 255 or 50.49% from 412); Blue value is 32 (12.89% from 255 or 7.77% from 412); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD020 is #532FDF. Grayscale: #B1B1B1. Windows color (decimal): -5451744 or 2150572. OLE color: 2150572.
HSL color Cylindrical-coordinate representation of color #ACD020: hue angle of 72.27º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACD020 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 32 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.18 |
| HSL | 72.27º | 0.73% | 0.47% | - |
| HSV(B) | 72.27º | 0.85% | 0.82% | - |
| XYZ | 39.83 | 53.99 | 9.69 | - |
| YUV | 177.17 | 46.07 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 32 | 0.17 | 0 | 0.85 | 0.18 | 72.27 | 0.73 | 0.47 |
| Hex | AC | D0 | 20 | 11 | 0 | 55 | 12 | 48 | 49 | 2F |
| Octal | 254 | 320 | 40 | 21 | 0 | 125 | 22 | 110 | 111 | 57 |
| Binary | 10101100 | 11010000 | 100000 | 10001 | 0 | 1010101 | 10010 | 1001000 | 1001001 | 101111 |
Color Harmonies of #ACD020
Complementary color
Monochromatic Colors of #ACD020
Black with #ACD020
Text Example
Text Example
White with #ACD020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD020; }
p { color: rgb(172,208,32); }
H1.HeaderClassName
{
color: #ACD020;
}
.AnyTagClassName
{
color: #ACD020;
}
</style>
background-color css
<style>
a { background-color: #ACD020; }
a { background-color: rgb(172,208,32); }
div.DivClassName
{
background-color: #ACD020;
}
.BgClassName
{
background-color: #ACD020;
}
</style>
border-color css
<style>
span { border-color: #ACD020; }
span { border-color: rgb(172,208,32); }
td.TdClassName
{
border-color: #ACD020;
}
.TagClassName
{
border-color: #ACD020;
}
</style>