Shades of Bahia #A3C018
Tints of Bahia #A3C018
RGB
CMYK
RGB Variations
Color information
#A3C018 (or 0xA3C018) is known color: Bahia. HEX triplet: A3, C0 and 18. RGB value is (163,192,24). Sum of RGB (Red+Green+Blue) = 163+192+24=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 24 (9.77% from 255 or 6.33% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C018 is #5C3FE7. Grayscale: #A4A4A4. Windows color (decimal): -6045672 or 1622179. OLE color: 1622179.
HSL color Cylindrical-coordinate representation of color #A3C018: hue angle of 70.36º 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 #A3C018 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 192 | 24 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.25 |
| HSL | 70.36º | 0.78% | 0.42% | - |
| HSV(B) | 70.36º | 0.88% | 0.75% | - |
| XYZ | 34.12 | 45.55 | 7.86 | - |
| YUV | 164.18 | 48.89 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 192 | 24 | 0.15 | 0 | 0.88 | 0.25 | 70.36 | 0.78 | 0.42 |
| Hex | A3 | C0 | 18 | F | 0 | 58 | 19 | 46 | 4E | 2A |
| Octal | 243 | 300 | 30 | 17 | 0 | 130 | 31 | 106 | 116 | 52 |
| Binary | 10100011 | 11000000 | 11000 | 1111 | 0 | 1011000 | 11001 | 1000110 | 1001110 | 101010 |
Color Harmonies of #A3C018
Complementary color
Monochromatic Colors of #A3C018
Black with #A3C018
Text Example
Text Example
White with #A3C018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C018; }
p { color: rgb(163,192,24); }
H1.HeaderClassName
{
color: #A3C018;
}
.AnyTagClassName
{
color: #A3C018;
}
</style>
background-color css
<style>
a { background-color: #A3C018; }
a { background-color: rgb(163,192,24); }
div.DivClassName
{
background-color: #A3C018;
}
.BgClassName
{
background-color: #A3C018;
}
</style>
border-color css
<style>
span { border-color: #A3C018; }
span { border-color: rgb(163,192,24); }
td.TdClassName
{
border-color: #A3C018;
}
.TagClassName
{
border-color: #A3C018;
}
</style>