Shades of Bahia #A0CF12
Tints of Bahia #A0CF12
RGB
CMYK
RGB Variations
Color information
#A0CF12 (or 0xA0CF12) is known color: Bahia. HEX triplet: A0, CF and 12. RGB value is (160,207,18). Sum of RGB (Red+Green+Blue) = 160+207+18=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0CF12 is #5F30ED. Grayscale: #ACACAC. Windows color (decimal): -6238446 or 1232800. OLE color: 1232800.
HSL color Cylindrical-coordinate representation of color #A0CF12: hue angle of 74.92º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0CF12 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 18 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.19 |
| HSL | 74.92º | 0.84% | 0.44% | - |
| HSV(B) | 74.92º | 0.91% | 0.81% | - |
| XYZ | 36.92 | 52.14 | 8.69 | - |
| YUV | 171.4 | 41.43 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 18 | 0.23 | 0 | 0.91 | 0.19 | 74.92 | 0.84 | 0.44 |
| Hex | A0 | CF | 12 | 17 | 0 | 5B | 13 | 4B | 54 | 2C |
| Octal | 240 | 317 | 22 | 27 | 0 | 133 | 23 | 113 | 124 | 54 |
| Binary | 10100000 | 11001111 | 10010 | 10111 | 0 | 1011011 | 10011 | 1001011 | 1010100 | 101100 |
Color Harmonies of #A0CF12
Complementary color
Monochromatic Colors of #A0CF12
Black with #A0CF12
Text Example
Text Example
White with #A0CF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF12; }
p { color: rgb(160,207,18); }
H1.HeaderClassName
{
color: #A0CF12;
}
.AnyTagClassName
{
color: #A0CF12;
}
</style>
background-color css
<style>
a { background-color: #A0CF12; }
a { background-color: rgb(160,207,18); }
div.DivClassName
{
background-color: #A0CF12;
}
.BgClassName
{
background-color: #A0CF12;
}
</style>
border-color css
<style>
span { border-color: #A0CF12; }
span { border-color: rgb(160,207,18); }
td.TdClassName
{
border-color: #A0CF12;
}
.TagClassName
{
border-color: #A0CF12;
}
</style>