Shades of Bahia #A0C01F
Tints of Bahia #A0C01F
RGB
CMYK
RGB Variations
Color information
#A0C01F (or 0xA0C01F) is known color: Bahia. HEX triplet: A0, C0 and 1F. RGB value is (160,192,31). Sum of RGB (Red+Green+Blue) = 160+192+31=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 31 (12.5% from 255 or 8.09% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C01F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C01F is #5F3FE0. Grayscale: #A4A4A4. Windows color (decimal): -6242273 or 2080928. OLE color: 2080928.
HSL color Cylindrical-coordinate representation of color #A0C01F: hue angle of 71.93º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0C01F is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 31 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.25 |
| HSL | 71.93º | 0.72% | 0.44% | - |
| HSV(B) | 71.93º | 0.84% | 0.75% | - |
| XYZ | 33.59 | 45.27 | 8.26 | - |
| YUV | 164.08 | 52.9 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 31 | 0.17 | 0 | 0.84 | 0.25 | 71.93 | 0.72 | 0.44 |
| Hex | A0 | C0 | 1F | 11 | 0 | 54 | 19 | 48 | 48 | 2C |
| Octal | 240 | 300 | 37 | 21 | 0 | 124 | 31 | 110 | 110 | 54 |
| Binary | 10100000 | 11000000 | 11111 | 10001 | 0 | 1010100 | 11001 | 1001000 | 1001000 | 101100 |
Color Harmonies of #A0C01F
Complementary color
Monochromatic Colors of #A0C01F
Black with #A0C01F
Text Example
Text Example
White with #A0C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C01F; }
p { color: rgb(160,192,31); }
H1.HeaderClassName
{
color: #A0C01F;
}
.AnyTagClassName
{
color: #A0C01F;
}
</style>
background-color css
<style>
a { background-color: #A0C01F; }
a { background-color: rgb(160,192,31); }
div.DivClassName
{
background-color: #A0C01F;
}
.BgClassName
{
background-color: #A0C01F;
}
</style>
border-color css
<style>
span { border-color: #A0C01F; }
span { border-color: rgb(160,192,31); }
td.TdClassName
{
border-color: #A0C01F;
}
.TagClassName
{
border-color: #A0C01F;
}
</style>