Shades of Bahia #ADD024
Tints of Bahia #ADD024
RGB
CMYK
RGB Variations
Color information
#ADD024 (or 0xADD024) is known color: Bahia. HEX triplet: AD, D0 and 24. RGB value is (173,208,36). Sum of RGB (Red+Green+Blue) = 173+208+36=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 208 (81.64% from 255 or 49.88% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD024 is #522FDB. Grayscale: #B2B2B2. Windows color (decimal): -5386204 or 2412717. OLE color: 2412717.
HSL color Cylindrical-coordinate representation of color #ADD024: hue angle of 72.21º degrees, saturation: 0.7, 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 #ADD024 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 173 | 208 | 36 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.18 |
| HSL | 72.21º | 0.7% | 0.48% | - |
| HSV(B) | 72.21º | 0.83% | 0.82% | - |
| XYZ | 40.11 | 54.12 | 10 | - |
| YUV | 177.93 | 47.9 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 208 | 36 | 0.17 | 0 | 0.83 | 0.18 | 72.21 | 0.7 | 0.48 |
| Hex | AD | D0 | 24 | 11 | 0 | 53 | 12 | 48 | 46 | 30 |
| Octal | 255 | 320 | 44 | 21 | 0 | 123 | 22 | 110 | 106 | 60 |
| Binary | 10101101 | 11010000 | 100100 | 10001 | 0 | 1010011 | 10010 | 1001000 | 1000110 | 110000 |
Color Harmonies of #ADD024
Complementary color
Monochromatic Colors of #ADD024
Black with #ADD024
Text Example
Text Example
White with #ADD024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD024; }
p { color: rgb(173,208,36); }
H1.HeaderClassName
{
color: #ADD024;
}
.AnyTagClassName
{
color: #ADD024;
}
</style>
background-color css
<style>
a { background-color: #ADD024; }
a { background-color: rgb(173,208,36); }
div.DivClassName
{
background-color: #ADD024;
}
.BgClassName
{
background-color: #ADD024;
}
</style>
border-color css
<style>
span { border-color: #ADD024; }
span { border-color: rgb(173,208,36); }
td.TdClassName
{
border-color: #ADD024;
}
.TagClassName
{
border-color: #ADD024;
}
</style>