Shades of Bahia #A3D015
Tints of Bahia #A3D015
RGB
CMYK
RGB Variations
Color information
#A3D015 (or 0xA3D015) is known color: Bahia. HEX triplet: A3, D0 and 15. RGB value is (163,208,21). Sum of RGB (Red+Green+Blue) = 163+208+21=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 208 (81.64% from 255 or 53.06% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3D015 is #5C2FEA. Grayscale: #ADADAD. Windows color (decimal): -6041579 or 1429667. OLE color: 1429667.
HSL color Cylindrical-coordinate representation of color #A3D015: hue angle of 74.44º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3D015 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 208 | 21 | - |
| CMYK | 0.22 | 0 | 0.90 | 0.18 |
| HSL | 74.44º | 0.82% | 0.45% | - |
| HSV(B) | 74.44º | 0.9% | 0.82% | - |
| XYZ | 37.8 | 52.95 | 8.94 | - |
| YUV | 173.23 | 42.09 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 208 | 21 | 0.22 | 0 | 0.90 | 0.18 | 74.44 | 0.82 | 0.45 |
| Hex | A3 | D0 | 15 | 16 | 0 | 5A | 12 | 4A | 52 | 2D |
| Octal | 243 | 320 | 25 | 26 | 0 | 132 | 22 | 112 | 122 | 55 |
| Binary | 10100011 | 11010000 | 10101 | 10110 | 0 | 1011010 | 10010 | 1001010 | 1010010 | 101101 |
Color Harmonies of #A3D015
Complementary color
Monochromatic Colors of #A3D015
Black with #A3D015
Text Example
Text Example
White with #A3D015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D015; }
p { color: rgb(163,208,21); }
H1.HeaderClassName
{
color: #A3D015;
}
.AnyTagClassName
{
color: #A3D015;
}
</style>
background-color css
<style>
a { background-color: #A3D015; }
a { background-color: rgb(163,208,21); }
div.DivClassName
{
background-color: #A3D015;
}
.BgClassName
{
background-color: #A3D015;
}
</style>
border-color css
<style>
span { border-color: #A3D015; }
span { border-color: rgb(163,208,21); }
td.TdClassName
{
border-color: #A3D015;
}
.TagClassName
{
border-color: #A3D015;
}
</style>