Shades of Bahia #A0C618
Tints of Bahia #A0C618
RGB
CMYK
RGB Variations
Color information
#A0C618 (or 0xA0C618) is known color: Bahia. HEX triplet: A0, C6 and 18. RGB value is (160,198,24). Sum of RGB (Red+Green+Blue) = 160+198+24=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C618 is #5F39E7. Grayscale: #A7A7A7. Windows color (decimal): -6240744 or 1623712. OLE color: 1623712.
HSL color Cylindrical-coordinate representation of color #A0C618: hue angle of 73.1º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A0C618 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 198 | 24 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.22 |
| HSL | 73.1º | 0.78% | 0.44% | - |
| HSV(B) | 73.1º | 0.88% | 0.78% | - |
| XYZ | 34.86 | 47.93 | 8.28 | - |
| YUV | 166.8 | 47.41 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 198 | 24 | 0.19 | 0 | 0.88 | 0.22 | 73.1 | 0.78 | 0.44 |
| Hex | A0 | C6 | 18 | 13 | 0 | 58 | 16 | 49 | 4E | 2C |
| Octal | 240 | 306 | 30 | 23 | 0 | 130 | 26 | 111 | 116 | 54 |
| Binary | 10100000 | 11000110 | 11000 | 10011 | 0 | 1011000 | 10110 | 1001001 | 1001110 | 101100 |
Color Harmonies of #A0C618
Complementary color
Monochromatic Colors of #A0C618
Black with #A0C618
Text Example
Text Example
White with #A0C618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C618; }
p { color: rgb(160,198,24); }
H1.HeaderClassName
{
color: #A0C618;
}
.AnyTagClassName
{
color: #A0C618;
}
</style>
background-color css
<style>
a { background-color: #A0C618; }
a { background-color: rgb(160,198,24); }
div.DivClassName
{
background-color: #A0C618;
}
.BgClassName
{
background-color: #A0C618;
}
</style>
border-color css
<style>
span { border-color: #A0C618; }
span { border-color: rgb(160,198,24); }
td.TdClassName
{
border-color: #A0C618;
}
.TagClassName
{
border-color: #A0C618;
}
</style>