Shades of Bahia #A1C618
Tints of Bahia #A1C618
RGB
CMYK
RGB Variations
Color information
#A1C618 (or 0xA1C618) is known color: Bahia. HEX triplet: A1, C6 and 18. RGB value is (161,198,24). Sum of RGB (Red+Green+Blue) = 161+198+24=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C618 is #5E39E7. Grayscale: #A7A7A7. Windows color (decimal): -6175208 or 1623713. OLE color: 1623713.
HSL color Cylindrical-coordinate representation of color #A1C618: hue angle of 72.76º 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 #A1C618 is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 24 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.22 |
| HSL | 72.76º | 0.78% | 0.44% | - |
| HSV(B) | 72.76º | 0.88% | 0.78% | - |
| XYZ | 35.06 | 48.03 | 8.29 | - |
| YUV | 167.1 | 47.24 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 24 | 0.19 | 0 | 0.88 | 0.22 | 72.76 | 0.78 | 0.44 |
| Hex | A1 | C6 | 18 | 13 | 0 | 58 | 16 | 49 | 4E | 2C |
| Octal | 241 | 306 | 30 | 23 | 0 | 130 | 26 | 111 | 116 | 54 |
| Binary | 10100001 | 11000110 | 11000 | 10011 | 0 | 1011000 | 10110 | 1001001 | 1001110 | 101100 |
Color Harmonies of #A1C618
Complementary color
Monochromatic Colors of #A1C618
Black with #A1C618
Text Example
Text Example
White with #A1C618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C618; }
p { color: rgb(161,198,24); }
H1.HeaderClassName
{
color: #A1C618;
}
.AnyTagClassName
{
color: #A1C618;
}
</style>
background-color css
<style>
a { background-color: #A1C618; }
a { background-color: rgb(161,198,24); }
div.DivClassName
{
background-color: #A1C618;
}
.BgClassName
{
background-color: #A1C618;
}
</style>
border-color css
<style>
span { border-color: #A1C618; }
span { border-color: rgb(161,198,24); }
td.TdClassName
{
border-color: #A1C618;
}
.TagClassName
{
border-color: #A1C618;
}
</style>