Shades of Bahia #A8D025
Tints of Bahia #A8D025
RGB
CMYK
RGB Variations
Color information
#A8D025 (or 0xA8D025) is known color: Bahia. HEX triplet: A8, D0 and 25. RGB value is (168,208,37). Sum of RGB (Red+Green+Blue) = 168+208+37=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 208 (81.64% from 255 or 50.36% from 413); Blue value is 37 (14.84% from 255 or 8.96% from 413); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D025 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8D025 is #572FDA. Grayscale: #B1B1B1. Windows color (decimal): -5713883 or 2478248. OLE color: 2478248.
HSL color Cylindrical-coordinate representation of color #A8D025: hue angle of 74.04º 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 #A8D025 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 37 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.18 |
| HSL | 74.04º | 0.7% | 0.48% | - |
| HSV(B) | 74.04º | 0.82% | 0.82% | - |
| XYZ | 39.04 | 53.57 | 10.03 | - |
| YUV | 176.55 | 49.25 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 37 | 0.19 | 0 | 0.82 | 0.18 | 74.04 | 0.7 | 0.48 |
| Hex | A8 | D0 | 25 | 13 | 0 | 52 | 12 | 4A | 46 | 30 |
| Octal | 250 | 320 | 45 | 23 | 0 | 122 | 22 | 112 | 106 | 60 |
| Binary | 10101000 | 11010000 | 100101 | 10011 | 0 | 1010010 | 10010 | 1001010 | 1000110 | 110000 |
Color Harmonies of #A8D025
Complementary color
Monochromatic Colors of #A8D025
Black with #A8D025
Text Example
Text Example
White with #A8D025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D025; }
p { color: rgb(168,208,37); }
H1.HeaderClassName
{
color: #A8D025;
}
.AnyTagClassName
{
color: #A8D025;
}
</style>
background-color css
<style>
a { background-color: #A8D025; }
a { background-color: rgb(168,208,37); }
div.DivClassName
{
background-color: #A8D025;
}
.BgClassName
{
background-color: #A8D025;
}
</style>
border-color css
<style>
span { border-color: #A8D025; }
span { border-color: rgb(168,208,37); }
td.TdClassName
{
border-color: #A8D025;
}
.TagClassName
{
border-color: #A8D025;
}
</style>