Shades of Bahia #ACD11B
Tints of Bahia #ACD11B
RGB
CMYK
RGB Variations
Color information
#ACD11B (or 0xACD11B) is known color: Bahia. HEX triplet: AC, D1 and 1B. RGB value is (172,209,27). Sum of RGB (Red+Green+Blue) = 172+209+27=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 209 (82.03% from 255 or 51.23% from 408); Blue value is 27 (10.94% from 255 or 6.62% from 408); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD11B is #532EE4. Grayscale: #B1B1B1. Windows color (decimal): -5451493 or 1823148. OLE color: 1823148.
HSL color Cylindrical-coordinate representation of color #ACD11B: hue angle of 72.2º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACD11B is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 27 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.18 |
| HSL | 72.2º | 0.77% | 0.46% | - |
| HSV(B) | 72.2º | 0.87% | 0.82% | - |
| XYZ | 40.01 | 54.45 | 9.44 | - |
| YUV | 177.19 | 43.24 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 27 | 0.18 | 0 | 0.87 | 0.18 | 72.2 | 0.77 | 0.46 |
| Hex | AC | D1 | 1B | 12 | 0 | 57 | 12 | 48 | 4D | 2E |
| Octal | 254 | 321 | 33 | 22 | 0 | 127 | 22 | 110 | 115 | 56 |
| Binary | 10101100 | 11010001 | 11011 | 10010 | 0 | 1010111 | 10010 | 1001000 | 1001101 | 101110 |
Color Harmonies of #ACD11B
Complementary color
Monochromatic Colors of #ACD11B
Black with #ACD11B
Text Example
Text Example
White with #ACD11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD11B; }
p { color: rgb(172,209,27); }
H1.HeaderClassName
{
color: #ACD11B;
}
.AnyTagClassName
{
color: #ACD11B;
}
</style>
background-color css
<style>
a { background-color: #ACD11B; }
a { background-color: rgb(172,209,27); }
div.DivClassName
{
background-color: #ACD11B;
}
.BgClassName
{
background-color: #ACD11B;
}
</style>
border-color css
<style>
span { border-color: #ACD11B; }
span { border-color: rgb(172,209,27); }
td.TdClassName
{
border-color: #ACD11B;
}
.TagClassName
{
border-color: #ACD11B;
}
</style>