Shades of Bahia #A8D020
Tints of Bahia #A8D020
RGB
CMYK
RGB Variations
Color information
#A8D020 (or 0xA8D020) is known color: Bahia. HEX triplet: A8, D0 and 20. RGB value is (168,208,32). Sum of RGB (Red+Green+Blue) = 168+208+32=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 208 (81.64% from 255 or 50.98% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D020 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D020 is #572FDF. Grayscale: #B0B0B0. Windows color (decimal): -5713888 or 2150568. OLE color: 2150568.
HSL color Cylindrical-coordinate representation of color #A8D020: hue angle of 73.64º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8D020 is Cyan = 0.19, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 32 | - |
| CMYK | 0.19 | 0 | 0.85 | 0.18 |
| HSL | 73.64º | 0.73% | 0.47% | - |
| HSV(B) | 73.64º | 0.85% | 0.82% | - |
| XYZ | 38.97 | 53.54 | 9.65 | - |
| YUV | 175.98 | 46.75 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 32 | 0.19 | 0 | 0.85 | 0.18 | 73.64 | 0.73 | 0.47 |
| Hex | A8 | D0 | 20 | 13 | 0 | 55 | 12 | 4A | 49 | 2F |
| Octal | 250 | 320 | 40 | 23 | 0 | 125 | 22 | 112 | 111 | 57 |
| Binary | 10101000 | 11010000 | 100000 | 10011 | 0 | 1010101 | 10010 | 1001010 | 1001001 | 101111 |
Color Harmonies of #A8D020
Complementary color
Monochromatic Colors of #A8D020
Black with #A8D020
Text Example
Text Example
White with #A8D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D020; }
p { color: rgb(168,208,32); }
H1.HeaderClassName
{
color: #A8D020;
}
.AnyTagClassName
{
color: #A8D020;
}
</style>
background-color css
<style>
a { background-color: #A8D020; }
a { background-color: rgb(168,208,32); }
div.DivClassName
{
background-color: #A8D020;
}
.BgClassName
{
background-color: #A8D020;
}
</style>
border-color css
<style>
span { border-color: #A8D020; }
span { border-color: rgb(168,208,32); }
td.TdClassName
{
border-color: #A8D020;
}
.TagClassName
{
border-color: #A8D020;
}
</style>