Shades of Bahia #ACD017
Tints of Bahia #ACD017
RGB
CMYK
RGB Variations
Color information
#ACD017 (or 0xACD017) is known color: Bahia. HEX triplet: AC, D0 and 17. RGB value is (172,208,23). Sum of RGB (Red+Green+Blue) = 172+208+23=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD017 is #532FE8. Grayscale: #B0B0B0. Windows color (decimal): -5451753 or 1560748. OLE color: 1560748.
HSL color Cylindrical-coordinate representation of color #ACD017: hue angle of 71.68º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACD017 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 23 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.18 |
| HSL | 71.68º | 0.8% | 0.45% | - |
| HSV(B) | 71.68º | 0.89% | 0.82% | - |
| XYZ | 39.72 | 53.94 | 9.13 | - |
| YUV | 176.15 | 41.57 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 23 | 0.17 | 0 | 0.89 | 0.18 | 71.68 | 0.8 | 0.45 |
| Hex | AC | D0 | 17 | 11 | 0 | 59 | 12 | 48 | 50 | 2D |
| Octal | 254 | 320 | 27 | 21 | 0 | 131 | 22 | 110 | 120 | 55 |
| Binary | 10101100 | 11010000 | 10111 | 10001 | 0 | 1011001 | 10010 | 1001000 | 1010000 | 101101 |
Color Harmonies of #ACD017
Complementary color
Monochromatic Colors of #ACD017
Black with #ACD017
Text Example
Text Example
White with #ACD017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD017; }
p { color: rgb(172,208,23); }
H1.HeaderClassName
{
color: #ACD017;
}
.AnyTagClassName
{
color: #ACD017;
}
</style>
background-color css
<style>
a { background-color: #ACD017; }
a { background-color: rgb(172,208,23); }
div.DivClassName
{
background-color: #ACD017;
}
.BgClassName
{
background-color: #ACD017;
}
</style>
border-color css
<style>
span { border-color: #ACD017; }
span { border-color: rgb(172,208,23); }
td.TdClassName
{
border-color: #ACD017;
}
.TagClassName
{
border-color: #ACD017;
}
</style>