Shades of Bahia #A9D025
Tints of Bahia #A9D025
RGB
CMYK
RGB Variations
Color information
#A9D025 (or 0xA9D025) is known color: Bahia. HEX triplet: A9, D0 and 25. RGB value is (169,208,37). Sum of RGB (Red+Green+Blue) = 169+208+37=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9D025 is #562FDA. Grayscale: #B1B1B1. Windows color (decimal): -5648347 or 2478249. OLE color: 2478249.
HSL color Cylindrical-coordinate representation of color #A9D025: hue angle of 73.68º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9D025 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 37 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.18 |
| HSL | 73.68º | 0.7% | 0.48% | - |
| HSV(B) | 73.68º | 0.82% | 0.82% | - |
| XYZ | 39.25 | 53.68 | 10.04 | - |
| YUV | 176.85 | 49.08 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 37 | 0.19 | 0 | 0.82 | 0.18 | 73.68 | 0.7 | 0.48 |
| Hex | A9 | D0 | 25 | 13 | 0 | 52 | 12 | 4A | 46 | 30 |
| Octal | 251 | 320 | 45 | 23 | 0 | 122 | 22 | 112 | 106 | 60 |
| Binary | 10101001 | 11010000 | 100101 | 10011 | 0 | 1010010 | 10010 | 1001010 | 1000110 | 110000 |
Color Harmonies of #A9D025
Complementary color
Monochromatic Colors of #A9D025
Black with #A9D025
Text Example
Text Example
White with #A9D025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D025; }
p { color: rgb(169,208,37); }
H1.HeaderClassName
{
color: #A9D025;
}
.AnyTagClassName
{
color: #A9D025;
}
</style>
background-color css
<style>
a { background-color: #A9D025; }
a { background-color: rgb(169,208,37); }
div.DivClassName
{
background-color: #A9D025;
}
.BgClassName
{
background-color: #A9D025;
}
</style>
border-color css
<style>
span { border-color: #A9D025; }
span { border-color: rgb(169,208,37); }
td.TdClassName
{
border-color: #A9D025;
}
.TagClassName
{
border-color: #A9D025;
}
</style>