Shades of Bahia #ACC42A
Tints of Bahia #ACC42A
RGB
CMYK
RGB Variations
Color information
#ACC42A (or 0xACC42A) is known color: Bahia. HEX triplet: AC, C4 and 2A. RGB value is (172,196,42). Sum of RGB (Red+Green+Blue) = 172+196+42=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 196 (76.95% from 255 or 47.80% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC42A is #533BD5. Grayscale: #ABABAB. Windows color (decimal): -5454806 or 2802860. OLE color: 2802860.
HSL color Cylindrical-coordinate representation of color #ACC42A: hue angle of 69.35º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACC42A is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 42 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.23 |
| HSL | 69.35º | 0.65% | 0.47% | - |
| HSV(B) | 69.35º | 0.79% | 0.77% | - |
| XYZ | 37.17 | 48.42 | 9.58 | - |
| YUV | 171.27 | 55.05 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 42 | 0.12 | 0 | 0.79 | 0.23 | 69.35 | 0.65 | 0.47 |
| Hex | AC | C4 | 2A | C | 0 | 4F | 17 | 45 | 41 | 2F |
| Octal | 254 | 304 | 52 | 14 | 0 | 117 | 27 | 105 | 101 | 57 |
| Binary | 10101100 | 11000100 | 101010 | 1100 | 0 | 1001111 | 10111 | 1000101 | 1000001 | 101111 |
Color Harmonies of #ACC42A
Complementary color
Monochromatic Colors of #ACC42A
Black with #ACC42A
Text Example
Text Example
White with #ACC42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC42A; }
p { color: rgb(172,196,42); }
H1.HeaderClassName
{
color: #ACC42A;
}
.AnyTagClassName
{
color: #ACC42A;
}
</style>
background-color css
<style>
a { background-color: #ACC42A; }
a { background-color: rgb(172,196,42); }
div.DivClassName
{
background-color: #ACC42A;
}
.BgClassName
{
background-color: #ACC42A;
}
</style>
border-color css
<style>
span { border-color: #ACC42A; }
span { border-color: rgb(172,196,42); }
td.TdClassName
{
border-color: #ACC42A;
}
.TagClassName
{
border-color: #ACC42A;
}
</style>