Shades of Bahia #ACD11E
Tints of Bahia #ACD11E
RGB
CMYK
RGB Variations
Color information
#ACD11E (or 0xACD11E) is known color: Bahia. HEX triplet: AC, D1 and 1E. RGB value is (172,209,30). Sum of RGB (Red+Green+Blue) = 172+209+30=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD11E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD11E is #532EE1. Grayscale: #B2B2B2. Windows color (decimal): -5451490 or 2019756. OLE color: 2019756.
HSL color Cylindrical-coordinate representation of color #ACD11E: hue angle of 72.4º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACD11E is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 30 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.18 |
| HSL | 72.4º | 0.75% | 0.47% | - |
| HSV(B) | 72.4º | 0.86% | 0.82% | - |
| XYZ | 40.05 | 54.47 | 9.63 | - |
| YUV | 177.53 | 44.74 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 30 | 0.18 | 0 | 0.86 | 0.18 | 72.4 | 0.75 | 0.47 |
| Hex | AC | D1 | 1E | 12 | 0 | 56 | 12 | 48 | 4B | 2F |
| Octal | 254 | 321 | 36 | 22 | 0 | 126 | 22 | 110 | 113 | 57 |
| Binary | 10101100 | 11010001 | 11110 | 10010 | 0 | 1010110 | 10010 | 1001000 | 1001011 | 101111 |
Color Harmonies of #ACD11E
Complementary color
Monochromatic Colors of #ACD11E
Black with #ACD11E
Text Example
Text Example
White with #ACD11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD11E; }
p { color: rgb(172,209,30); }
H1.HeaderClassName
{
color: #ACD11E;
}
.AnyTagClassName
{
color: #ACD11E;
}
</style>
background-color css
<style>
a { background-color: #ACD11E; }
a { background-color: rgb(172,209,30); }
div.DivClassName
{
background-color: #ACD11E;
}
.BgClassName
{
background-color: #ACD11E;
}
</style>
border-color css
<style>
span { border-color: #ACD11E; }
span { border-color: rgb(172,209,30); }
td.TdClassName
{
border-color: #ACD11E;
}
.TagClassName
{
border-color: #ACD11E;
}
</style>