Shades of Bahia #ACD01C
Tints of Bahia #ACD01C
RGB
CMYK
RGB Variations
Color information
#ACD01C (or 0xACD01C) is known color: Bahia. HEX triplet: AC, D0 and 1C. RGB value is (172,208,28). Sum of RGB (Red+Green+Blue) = 172+208+28=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 28 (11.33% from 255 or 6.86% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD01C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD01C is #532FE3. Grayscale: #B1B1B1. Windows color (decimal): -5451748 or 1888428. OLE color: 1888428.
HSL color Cylindrical-coordinate representation of color #ACD01C: hue angle of 72º degrees, saturation: 0.76, 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 #ACD01C is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 208 | 28 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.18 |
| HSL | 72º | 0.76% | 0.46% | - |
| HSV(B) | 72º | 0.87% | 0.82% | - |
| XYZ | 39.78 | 53.97 | 9.42 | - |
| YUV | 176.72 | 44.07 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 208 | 28 | 0.17 | 0 | 0.87 | 0.18 | 72 | 0.76 | 0.46 |
| Hex | AC | D0 | 1C | 11 | 0 | 57 | 12 | 48 | 4C | 2E |
| Octal | 254 | 320 | 34 | 21 | 0 | 127 | 22 | 110 | 114 | 56 |
| Binary | 10101100 | 11010000 | 11100 | 10001 | 0 | 1010111 | 10010 | 1001000 | 1001100 | 101110 |
Color Harmonies of #ACD01C
Complementary color
Monochromatic Colors of #ACD01C
Black with #ACD01C
Text Example
Text Example
White with #ACD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD01C; }
p { color: rgb(172,208,28); }
H1.HeaderClassName
{
color: #ACD01C;
}
.AnyTagClassName
{
color: #ACD01C;
}
</style>
background-color css
<style>
a { background-color: #ACD01C; }
a { background-color: rgb(172,208,28); }
div.DivClassName
{
background-color: #ACD01C;
}
.BgClassName
{
background-color: #ACD01C;
}
</style>
border-color css
<style>
span { border-color: #ACD01C; }
span { border-color: rgb(172,208,28); }
td.TdClassName
{
border-color: #ACD01C;
}
.TagClassName
{
border-color: #ACD01C;
}
</style>