Shades of Bahia #ACC70C
Tints of Bahia #ACC70C
RGB
CMYK
RGB Variations
Color information
#ACC70C (or 0xACC70C) is known color: Bahia. HEX triplet: AC, C7 and 0C. RGB value is (172,199,12). Sum of RGB (Red+Green+Blue) = 172+199+12=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC70C is #5338F3. Grayscale: #AAAAAA. Windows color (decimal): -5454068 or 837548. OLE color: 837548.
HSL color Cylindrical-coordinate representation of color #ACC70C: hue angle of 68.66º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACC70C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 199 | 12 | - |
| CMYK | 0.14 | 0 | 0.94 | 0.22 |
| HSL | 68.66º | 0.89% | 0.41% | - |
| HSV(B) | 68.66º | 0.94% | 0.78% | - |
| XYZ | 37.5 | 49.64 | 7.95 | - |
| YUV | 169.61 | 39.05 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 199 | 12 | 0.14 | 0 | 0.94 | 0.22 | 68.66 | 0.89 | 0.41 |
| Hex | AC | C7 | C | E | 0 | 5E | 16 | 45 | 59 | 29 |
| Octal | 254 | 307 | 14 | 16 | 0 | 136 | 26 | 105 | 131 | 51 |
| Binary | 10101100 | 11000111 | 1100 | 1110 | 0 | 1011110 | 10110 | 1000101 | 1011001 | 101001 |
Color Harmonies of #ACC70C
Complementary color
Monochromatic Colors of #ACC70C
Black with #ACC70C
Text Example
Text Example
White with #ACC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC70C; }
p { color: rgb(172,199,12); }
H1.HeaderClassName
{
color: #ACC70C;
}
.AnyTagClassName
{
color: #ACC70C;
}
</style>
background-color css
<style>
a { background-color: #ACC70C; }
a { background-color: rgb(172,199,12); }
div.DivClassName
{
background-color: #ACC70C;
}
.BgClassName
{
background-color: #ACC70C;
}
</style>
border-color css
<style>
span { border-color: #ACC70C; }
span { border-color: rgb(172,199,12); }
td.TdClassName
{
border-color: #ACC70C;
}
.TagClassName
{
border-color: #ACC70C;
}
</style>