Shades of Bahia #ADD224
Tints of Bahia #ADD224
RGB
CMYK
RGB Variations
Color information
#ADD224 (or 0xADD224) is known color: Bahia. HEX triplet: AD, D2 and 24. RGB value is (173,210,36). Sum of RGB (Red+Green+Blue) = 173+210+36=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD224 is #522DDB. Grayscale: #B3B3B3. Windows color (decimal): -5385692 or 2413229. OLE color: 2413229.
HSL color Cylindrical-coordinate representation of color #ADD224: hue angle of 72.76º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADD224 is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 210 | 36 | - |
| CMYK | 0.18 | 0 | 0.83 | 0.18 |
| HSL | 72.76º | 0.71% | 0.48% | - |
| HSV(B) | 72.76º | 0.83% | 0.82% | - |
| XYZ | 40.6 | 55.1 | 10.17 | - |
| YUV | 179.1 | 47.24 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 210 | 36 | 0.18 | 0 | 0.83 | 0.18 | 72.76 | 0.71 | 0.48 |
| Hex | AD | D2 | 24 | 12 | 0 | 53 | 12 | 49 | 47 | 30 |
| Octal | 255 | 322 | 44 | 22 | 0 | 123 | 22 | 111 | 107 | 60 |
| Binary | 10101101 | 11010010 | 100100 | 10010 | 0 | 1010011 | 10010 | 1001001 | 1000111 | 110000 |
Color Harmonies of #ADD224
Complementary color
Monochromatic Colors of #ADD224
Black with #ADD224
Text Example
Text Example
White with #ADD224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD224; }
p { color: rgb(173,210,36); }
H1.HeaderClassName
{
color: #ADD224;
}
.AnyTagClassName
{
color: #ADD224;
}
</style>
background-color css
<style>
a { background-color: #ADD224; }
a { background-color: rgb(173,210,36); }
div.DivClassName
{
background-color: #ADD224;
}
.BgClassName
{
background-color: #ADD224;
}
</style>
border-color css
<style>
span { border-color: #ADD224; }
span { border-color: rgb(173,210,36); }
td.TdClassName
{
border-color: #ADD224;
}
.TagClassName
{
border-color: #ADD224;
}
</style>