Shades of Bahia #ACD029
Tints of Bahia #ACD029
RGB
CMYK
RGB Variations
Color information
#ACD029 (or 0xACD029) is known color: Bahia. HEX triplet: AC, D0 and 29. RGB value is (172,208,41). Sum of RGB (Red+Green+Blue) = 172+208+41=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 41 (16.41% from 255 or 9.74% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD029 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD029 is #532FD6. Grayscale: #B2B2B2. Windows color (decimal): -5451735 or 2740396. OLE color: 2740396.
HSL color Cylindrical-coordinate representation of color #ACD029: hue angle of 72.93º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACD029 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 41 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.18 |
| HSL | 72.93º | 0.67% | 0.49% | - |
| HSV(B) | 72.93º | 0.8% | 0.82% | - |
| XYZ | 39.97 | 54.04 | 10.42 | - |
| YUV | 178.2 | 50.57 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 41 | 0.17 | 0 | 0.80 | 0.18 | 72.93 | 0.67 | 0.49 |
| Hex | AC | D0 | 29 | 11 | 0 | 50 | 12 | 49 | 43 | 31 |
| Octal | 254 | 320 | 51 | 21 | 0 | 120 | 22 | 111 | 103 | 61 |
| Binary | 10101100 | 11010000 | 101001 | 10001 | 0 | 1010000 | 10010 | 1001001 | 1000011 | 110001 |
Color Harmonies of #ACD029
Complementary color
Monochromatic Colors of #ACD029
Black with #ACD029
Text Example
Text Example
White with #ACD029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD029; }
p { color: rgb(172,208,41); }
H1.HeaderClassName
{
color: #ACD029;
}
.AnyTagClassName
{
color: #ACD029;
}
</style>
background-color css
<style>
a { background-color: #ACD029; }
a { background-color: rgb(172,208,41); }
div.DivClassName
{
background-color: #ACD029;
}
.BgClassName
{
background-color: #ACD029;
}
</style>
border-color css
<style>
span { border-color: #ACD029; }
span { border-color: rgb(172,208,41); }
td.TdClassName
{
border-color: #ACD029;
}
.TagClassName
{
border-color: #ACD029;
}
</style>