Shades of Bahia #A8D219
Tints of Bahia #A8D219
RGB
CMYK
RGB Variations
Color information
#A8D219 (or 0xA8D219) is known color: Bahia. HEX triplet: A8, D2 and 19. RGB value is (168,210,25). Sum of RGB (Red+Green+Blue) = 168+210+25=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 25 (10.16% from 255 or 6.20% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D219 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8D219 is #572DE6. Grayscale: #B1B1B1. Windows color (decimal): -5713383 or 1692328. OLE color: 1692328.
HSL color Cylindrical-coordinate representation of color #A8D219: hue angle of 73.62º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8D219 is Cyan = 0.2, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 25 | - |
| CMYK | 0.2 | 0 | 0.88 | 0.18 |
| HSL | 73.62º | 0.79% | 0.46% | - |
| HSV(B) | 73.62º | 0.88% | 0.82% | - |
| XYZ | 39.37 | 54.49 | 9.36 | - |
| YUV | 176.35 | 42.59 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 25 | 0.2 | 0 | 0.88 | 0.18 | 73.62 | 0.79 | 0.46 |
| Hex | A8 | D2 | 19 | 14 | 0 | 58 | 12 | 4A | 4F | 2E |
| Octal | 250 | 322 | 31 | 24 | 0 | 130 | 22 | 112 | 117 | 56 |
| Binary | 10101000 | 11010010 | 11001 | 10100 | 0 | 1011000 | 10010 | 1001010 | 1001111 | 101110 |
Color Harmonies of #A8D219
Complementary color
Monochromatic Colors of #A8D219
Black with #A8D219
Text Example
Text Example
White with #A8D219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D219; }
p { color: rgb(168,210,25); }
H1.HeaderClassName
{
color: #A8D219;
}
.AnyTagClassName
{
color: #A8D219;
}
</style>
background-color css
<style>
a { background-color: #A8D219; }
a { background-color: rgb(168,210,25); }
div.DivClassName
{
background-color: #A8D219;
}
.BgClassName
{
background-color: #A8D219;
}
</style>
border-color css
<style>
span { border-color: #A8D219; }
span { border-color: rgb(168,210,25); }
td.TdClassName
{
border-color: #A8D219;
}
.TagClassName
{
border-color: #A8D219;
}
</style>