Shades of Bahia #ACC40E
Tints of Bahia #ACC40E
RGB
CMYK
RGB Variations
Color information
#ACC40E (or 0xACC40E) is known color: Bahia. HEX triplet: AC, C4 and 0E. RGB value is (172,196,14). Sum of RGB (Red+Green+Blue) = 172+196+14=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 196 (76.95% from 255 or 51.31% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC40E is #533BF1. Grayscale: #A8A8A8. Windows color (decimal): -5454834 or 967852. OLE color: 967852.
HSL color Cylindrical-coordinate representation of color #ACC40E: hue angle of 67.91º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACC40E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 14 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.23 |
| HSL | 67.91º | 0.87% | 0.41% | - |
| HSV(B) | 67.91º | 0.93% | 0.77% | - |
| XYZ | 36.83 | 48.28 | 7.79 | - |
| YUV | 168.08 | 41.05 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 14 | 0.12 | 0 | 0.93 | 0.23 | 67.91 | 0.87 | 0.41 |
| Hex | AC | C4 | E | C | 0 | 5D | 17 | 44 | 57 | 29 |
| Octal | 254 | 304 | 16 | 14 | 0 | 135 | 27 | 104 | 127 | 51 |
| Binary | 10101100 | 11000100 | 1110 | 1100 | 0 | 1011101 | 10111 | 1000100 | 1010111 | 101001 |
Color Harmonies of #ACC40E
Complementary color
Monochromatic Colors of #ACC40E
Black with #ACC40E
Text Example
Text Example
White with #ACC40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC40E; }
p { color: rgb(172,196,14); }
H1.HeaderClassName
{
color: #ACC40E;
}
.AnyTagClassName
{
color: #ACC40E;
}
</style>
background-color css
<style>
a { background-color: #ACC40E; }
a { background-color: rgb(172,196,14); }
div.DivClassName
{
background-color: #ACC40E;
}
.BgClassName
{
background-color: #ACC40E;
}
</style>
border-color css
<style>
span { border-color: #ACC40E; }
span { border-color: rgb(172,196,14); }
td.TdClassName
{
border-color: #ACC40E;
}
.TagClassName
{
border-color: #ACC40E;
}
</style>