Shades of Bahia #ACC41E
Tints of Bahia #ACC41E
RGB
CMYK
RGB Variations
Color information
#ACC41E (or 0xACC41E) is known color: Bahia. HEX triplet: AC, C4 and 1E. RGB value is (172,196,30). Sum of RGB (Red+Green+Blue) = 172+196+30=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 196 (76.95% from 255 or 49.25% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC41E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC41E is #533BE1. Grayscale: #AAAAAA. Windows color (decimal): -5454818 or 2016428. OLE color: 2016428.
HSL color Cylindrical-coordinate representation of color #ACC41E: hue angle of 68.67º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACC41E is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 30 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.23 |
| HSL | 68.67º | 0.73% | 0.44% | - |
| HSV(B) | 68.67º | 0.85% | 0.77% | - |
| XYZ | 36.99 | 48.34 | 8.61 | - |
| YUV | 169.9 | 49.05 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 30 | 0.12 | 0 | 0.85 | 0.23 | 68.67 | 0.73 | 0.44 |
| Hex | AC | C4 | 1E | C | 0 | 55 | 17 | 45 | 49 | 2C |
| Octal | 254 | 304 | 36 | 14 | 0 | 125 | 27 | 105 | 111 | 54 |
| Binary | 10101100 | 11000100 | 11110 | 1100 | 0 | 1010101 | 10111 | 1000101 | 1001001 | 101100 |
Color Harmonies of #ACC41E
Complementary color
Monochromatic Colors of #ACC41E
Black with #ACC41E
Text Example
Text Example
White with #ACC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC41E; }
p { color: rgb(172,196,30); }
H1.HeaderClassName
{
color: #ACC41E;
}
.AnyTagClassName
{
color: #ACC41E;
}
</style>
background-color css
<style>
a { background-color: #ACC41E; }
a { background-color: rgb(172,196,30); }
div.DivClassName
{
background-color: #ACC41E;
}
.BgClassName
{
background-color: #ACC41E;
}
</style>
border-color css
<style>
span { border-color: #ACC41E; }
span { border-color: rgb(172,196,30); }
td.TdClassName
{
border-color: #ACC41E;
}
.TagClassName
{
border-color: #ACC41E;
}
</style>