Shades of Bahia #ACC40C
Tints of Bahia #ACC40C
RGB
CMYK
RGB Variations
Color information
#ACC40C (or 0xACC40C) is known color: Bahia. HEX triplet: AC, C4 and 0C. RGB value is (172,196,12). Sum of RGB (Red+Green+Blue) = 172+196+12=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC40C is #533BF3. Grayscale: #A8A8A8. Windows color (decimal): -5454836 or 836780. OLE color: 836780.
HSL color Cylindrical-coordinate representation of color #ACC40C: hue angle of 67.83º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC40C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.23 |
| HSL | 67.83º | 0.88% | 0.41% | - |
| HSV(B) | 67.83º | 0.94% | 0.77% | - |
| XYZ | 36.82 | 48.28 | 7.73 | - |
| YUV | 167.85 | 40.05 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 12 | 0.12 | 0 | 0.94 | 0.23 | 67.83 | 0.88 | 0.41 |
| Hex | AC | C4 | C | C | 0 | 5E | 17 | 44 | 58 | 29 |
| Octal | 254 | 304 | 14 | 14 | 0 | 136 | 27 | 104 | 130 | 51 |
| Binary | 10101100 | 11000100 | 1100 | 1100 | 0 | 1011110 | 10111 | 1000100 | 1011000 | 101001 |
Color Harmonies of #ACC40C
Complementary color
Monochromatic Colors of #ACC40C
Black with #ACC40C
Text Example
Text Example
White with #ACC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC40C; }
p { color: rgb(172,196,12); }
H1.HeaderClassName
{
color: #ACC40C;
}
.AnyTagClassName
{
color: #ACC40C;
}
</style>
background-color css
<style>
a { background-color: #ACC40C; }
a { background-color: rgb(172,196,12); }
div.DivClassName
{
background-color: #ACC40C;
}
.BgClassName
{
background-color: #ACC40C;
}
</style>
border-color css
<style>
span { border-color: #ACC40C; }
span { border-color: rgb(172,196,12); }
td.TdClassName
{
border-color: #ACC40C;
}
.TagClassName
{
border-color: #ACC40C;
}
</style>