Shades of Bahia #A1C612
Tints of Bahia #A1C612
RGB
CMYK
RGB Variations
Color information
#A1C612 (or 0xA1C612) is known color: Bahia. HEX triplet: A1, C6 and 12. RGB value is (161,198,18). Sum of RGB (Red+Green+Blue) = 161+198+18=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C612 is #5E39ED. Grayscale: #A7A7A7. Windows color (decimal): -6175214 or 1230497. OLE color: 1230497.
HSL color Cylindrical-coordinate representation of color #A1C612: hue angle of 72.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1C612 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 198 | 18 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.22 |
| HSL | 72.33º | 0.83% | 0.42% | - |
| HSV(B) | 72.33º | 0.91% | 0.78% | - |
| XYZ | 35 | 48.01 | 7.99 | - |
| YUV | 166.42 | 44.24 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 198 | 18 | 0.19 | 0 | 0.91 | 0.22 | 72.33 | 0.83 | 0.42 |
| Hex | A1 | C6 | 12 | 13 | 0 | 5B | 16 | 48 | 53 | 2A |
| Octal | 241 | 306 | 22 | 23 | 0 | 133 | 26 | 110 | 123 | 52 |
| Binary | 10100001 | 11000110 | 10010 | 10011 | 0 | 1011011 | 10110 | 1001000 | 1010011 | 101010 |
Color Harmonies of #A1C612
Complementary color
Monochromatic Colors of #A1C612
Black with #A1C612
Text Example
Text Example
White with #A1C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C612; }
p { color: rgb(161,198,18); }
H1.HeaderClassName
{
color: #A1C612;
}
.AnyTagClassName
{
color: #A1C612;
}
</style>
background-color css
<style>
a { background-color: #A1C612; }
a { background-color: rgb(161,198,18); }
div.DivClassName
{
background-color: #A1C612;
}
.BgClassName
{
background-color: #A1C612;
}
</style>
border-color css
<style>
span { border-color: #A1C612; }
span { border-color: rgb(161,198,18); }
td.TdClassName
{
border-color: #A1C612;
}
.TagClassName
{
border-color: #A1C612;
}
</style>