Shades of Bahia #A0CC12
Tints of Bahia #A0CC12
RGB
CMYK
RGB Variations
Color information
#A0CC12 (or 0xA0CC12) is known color: Bahia. HEX triplet: A0, CC and 12. RGB value is (160,204,18). Sum of RGB (Red+Green+Blue) = 160+204+18=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CC12 is #5F33ED. Grayscale: #AAAAAA. Windows color (decimal): -6239214 or 1232032. OLE color: 1232032.
HSL color Cylindrical-coordinate representation of color #A0CC12: hue angle of 74.19º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0CC12 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 204 | 18 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.2 |
| HSL | 74.19º | 0.84% | 0.44% | - |
| HSV(B) | 74.19º | 0.91% | 0.8% | - |
| XYZ | 36.2 | 50.7 | 8.45 | - |
| YUV | 169.64 | 42.42 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 204 | 18 | 0.22 | 0 | 0.91 | 0.2 | 74.19 | 0.84 | 0.44 |
| Hex | A0 | CC | 12 | 16 | 0 | 5B | 14 | 4A | 54 | 2C |
| Octal | 240 | 314 | 22 | 26 | 0 | 133 | 24 | 112 | 124 | 54 |
| Binary | 10100000 | 11001100 | 10010 | 10110 | 0 | 1011011 | 10100 | 1001010 | 1010100 | 101100 |
Color Harmonies of #A0CC12
Complementary color
Monochromatic Colors of #A0CC12
Black with #A0CC12
Text Example
Text Example
White with #A0CC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CC12; }
p { color: rgb(160,204,18); }
H1.HeaderClassName
{
color: #A0CC12;
}
.AnyTagClassName
{
color: #A0CC12;
}
</style>
background-color css
<style>
a { background-color: #A0CC12; }
a { background-color: rgb(160,204,18); }
div.DivClassName
{
background-color: #A0CC12;
}
.BgClassName
{
background-color: #A0CC12;
}
</style>
border-color css
<style>
span { border-color: #A0CC12; }
span { border-color: rgb(160,204,18); }
td.TdClassName
{
border-color: #A0CC12;
}
.TagClassName
{
border-color: #A0CC12;
}
</style>