Shades of Bahia #ACD220
Tints of Bahia #ACD220
RGB
CMYK
RGB Variations
Color information
#ACD220 (or 0xACD220) is known color: Bahia. HEX triplet: AC, D2 and 20. RGB value is (172,210,32). Sum of RGB (Red+Green+Blue) = 172+210+32=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 32 (12.89% from 255 or 7.73% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD220 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD220 is #532DDF. Grayscale: #B3B3B3. Windows color (decimal): -5451232 or 2151084. OLE color: 2151084.
HSL color Cylindrical-coordinate representation of color #ACD220: hue angle of 72.81º degrees, saturation: 0.74, 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 #ACD220 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 32 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.18 |
| HSL | 72.81º | 0.74% | 0.47% | - |
| HSV(B) | 72.81º | 0.85% | 0.82% | - |
| XYZ | 40.32 | 54.97 | 9.85 | - |
| YUV | 178.35 | 45.41 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 32 | 0.18 | 0 | 0.85 | 0.18 | 72.81 | 0.74 | 0.47 |
| Hex | AC | D2 | 20 | 12 | 0 | 55 | 12 | 49 | 4A | 2F |
| Octal | 254 | 322 | 40 | 22 | 0 | 125 | 22 | 111 | 112 | 57 |
| Binary | 10101100 | 11010010 | 100000 | 10010 | 0 | 1010101 | 10010 | 1001001 | 1001010 | 101111 |
Color Harmonies of #ACD220
Complementary color
Monochromatic Colors of #ACD220
Black with #ACD220
Text Example
Text Example
White with #ACD220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD220; }
p { color: rgb(172,210,32); }
H1.HeaderClassName
{
color: #ACD220;
}
.AnyTagClassName
{
color: #ACD220;
}
</style>
background-color css
<style>
a { background-color: #ACD220; }
a { background-color: rgb(172,210,32); }
div.DivClassName
{
background-color: #ACD220;
}
.BgClassName
{
background-color: #ACD220;
}
</style>
border-color css
<style>
span { border-color: #ACD220; }
span { border-color: rgb(172,210,32); }
td.TdClassName
{
border-color: #ACD220;
}
.TagClassName
{
border-color: #ACD220;
}
</style>