Shades of Bahia #A8D21C
Tints of Bahia #A8D21C
RGB
CMYK
RGB Variations
Color information
#A8D21C (or 0xA8D21C) is known color: Bahia. HEX triplet: A8, D2 and 1C. RGB value is (168,210,28). Sum of RGB (Red+Green+Blue) = 168+210+28=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 28 (11.33% from 255 or 6.90% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D21C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D21C is #572DE3. Grayscale: #B1B1B1. Windows color (decimal): -5713380 or 1888936. OLE color: 1888936.
HSL color Cylindrical-coordinate representation of color #A8D21C: hue angle of 73.85º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8D21C is Cyan = 0.2, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 28 | - |
| CMYK | 0.2 | 0 | 0.87 | 0.18 |
| HSL | 73.85º | 0.76% | 0.47% | - |
| HSV(B) | 73.85º | 0.87% | 0.82% | - |
| XYZ | 39.4 | 54.5 | 9.54 | - |
| YUV | 176.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 28 | 0.2 | 0 | 0.87 | 0.18 | 73.85 | 0.76 | 0.47 |
| Hex | A8 | D2 | 1C | 14 | 0 | 57 | 12 | 4A | 4C | 2F |
| Octal | 250 | 322 | 34 | 24 | 0 | 127 | 22 | 112 | 114 | 57 |
| Binary | 10101000 | 11010010 | 11100 | 10100 | 0 | 1010111 | 10010 | 1001010 | 1001100 | 101111 |
Color Harmonies of #A8D21C
Complementary color
Monochromatic Colors of #A8D21C
Black with #A8D21C
Text Example
Text Example
White with #A8D21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D21C; }
p { color: rgb(168,210,28); }
H1.HeaderClassName
{
color: #A8D21C;
}
.AnyTagClassName
{
color: #A8D21C;
}
</style>
background-color css
<style>
a { background-color: #A8D21C; }
a { background-color: rgb(168,210,28); }
div.DivClassName
{
background-color: #A8D21C;
}
.BgClassName
{
background-color: #A8D21C;
}
</style>
border-color css
<style>
span { border-color: #A8D21C; }
span { border-color: rgb(168,210,28); }
td.TdClassName
{
border-color: #A8D21C;
}
.TagClassName
{
border-color: #A8D21C;
}
</style>