Shades of Bahia #A3D012
Tints of Bahia #A3D012
RGB
CMYK
RGB Variations
Color information
#A3D012 (or 0xA3D012) is known color: Bahia. HEX triplet: A3, D0 and 12. RGB value is (163,208,18). Sum of RGB (Red+Green+Blue) = 163+208+18=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D012 is #5C2FED. Grayscale: #ADADAD. Windows color (decimal): -6041582 or 1233059. OLE color: 1233059.
HSL color Cylindrical-coordinate representation of color #A3D012: hue angle of 74.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3D012 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 208 | 18 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.18 |
| HSL | 74.21º | 0.84% | 0.44% | - |
| HSV(B) | 74.21º | 0.91% | 0.82% | - |
| XYZ | 37.77 | 52.94 | 8.8 | - |
| YUV | 172.89 | 40.59 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 18 | 0.22 | 0 | 0.91 | 0.18 | 74.21 | 0.84 | 0.44 |
| Hex | A3 | D0 | 12 | 16 | 0 | 5B | 12 | 4A | 54 | 2C |
| Octal | 243 | 320 | 22 | 26 | 0 | 133 | 22 | 112 | 124 | 54 |
| Binary | 10100011 | 11010000 | 10010 | 10110 | 0 | 1011011 | 10010 | 1001010 | 1010100 | 101100 |
Color Harmonies of #A3D012
Complementary color
Monochromatic Colors of #A3D012
Black with #A3D012
Text Example
Text Example
White with #A3D012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D012; }
p { color: rgb(163,208,18); }
H1.HeaderClassName
{
color: #A3D012;
}
.AnyTagClassName
{
color: #A3D012;
}
</style>
background-color css
<style>
a { background-color: #A3D012; }
a { background-color: rgb(163,208,18); }
div.DivClassName
{
background-color: #A3D012;
}
.BgClassName
{
background-color: #A3D012;
}
</style>
border-color css
<style>
span { border-color: #A3D012; }
span { border-color: rgb(163,208,18); }
td.TdClassName
{
border-color: #A3D012;
}
.TagClassName
{
border-color: #A3D012;
}
</style>