Shades of Bahia #A1C018
Tints of Bahia #A1C018
RGB
CMYK
RGB Variations
Color information
#A1C018 (or 0xA1C018) is known color: Bahia. HEX triplet: A1, C0 and 18. RGB value is (161,192,24). Sum of RGB (Red+Green+Blue) = 161+192+24=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C018 is #5E3FE7. Grayscale: #A4A4A4. Windows color (decimal): -6176744 or 1622177. OLE color: 1622177.
HSL color Cylindrical-coordinate representation of color #A1C018: hue angle of 71.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A1C018 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 192 | 24 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.25 |
| HSL | 71.07º | 0.78% | 0.42% | - |
| HSV(B) | 71.07º | 0.88% | 0.75% | - |
| XYZ | 33.71 | 45.34 | 7.84 | - |
| YUV | 163.58 | 49.23 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 24 | 0.16 | 0 | 0.88 | 0.25 | 71.07 | 0.78 | 0.42 |
| Hex | A1 | C0 | 18 | 10 | 0 | 58 | 19 | 47 | 4E | 2A |
| Octal | 241 | 300 | 30 | 20 | 0 | 130 | 31 | 107 | 116 | 52 |
| Binary | 10100001 | 11000000 | 11000 | 10000 | 0 | 1011000 | 11001 | 1000111 | 1001110 | 101010 |
Color Harmonies of #A1C018
Complementary color
Monochromatic Colors of #A1C018
Black with #A1C018
Text Example
Text Example
White with #A1C018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C018; }
p { color: rgb(161,192,24); }
H1.HeaderClassName
{
color: #A1C018;
}
.AnyTagClassName
{
color: #A1C018;
}
</style>
background-color css
<style>
a { background-color: #A1C018; }
a { background-color: rgb(161,192,24); }
div.DivClassName
{
background-color: #A1C018;
}
.BgClassName
{
background-color: #A1C018;
}
</style>
border-color css
<style>
span { border-color: #A1C018; }
span { border-color: rgb(161,192,24); }
td.TdClassName
{
border-color: #A1C018;
}
.TagClassName
{
border-color: #A1C018;
}
</style>