Shades of Bahia #ADC024
Tints of Bahia #ADC024
RGB
CMYK
RGB Variations
Color information
#ADC024 (or 0xADC024) is known color: Bahia. HEX triplet: AD, C0 and 24. RGB value is (173,192,36). Sum of RGB (Red+Green+Blue) = 173+192+36=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC024 is #523FDB. Grayscale: #A9A9A9. Windows color (decimal): -5390300 or 2408621. OLE color: 2408621.
HSL color Cylindrical-coordinate representation of color #ADC024: hue angle of 67.31º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADC024 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 192 | 36 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.25 |
| HSL | 67.31º | 0.68% | 0.45% | - |
| HSV(B) | 67.31º | 0.81% | 0.75% | - |
| XYZ | 36.4 | 46.71 | 8.77 | - |
| YUV | 168.54 | 53.21 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 192 | 36 | 0.10 | 0 | 0.81 | 0.25 | 67.31 | 0.68 | 0.45 |
| Hex | AD | C0 | 24 | A | 0 | 51 | 19 | 43 | 44 | 2D |
| Octal | 255 | 300 | 44 | 12 | 0 | 121 | 31 | 103 | 104 | 55 |
| Binary | 10101101 | 11000000 | 100100 | 1010 | 0 | 1010001 | 11001 | 1000011 | 1000100 | 101101 |
Color Harmonies of #ADC024
Complementary color
Monochromatic Colors of #ADC024
Black with #ADC024
Text Example
Text Example
White with #ADC024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC024; }
p { color: rgb(173,192,36); }
H1.HeaderClassName
{
color: #ADC024;
}
.AnyTagClassName
{
color: #ADC024;
}
</style>
background-color css
<style>
a { background-color: #ADC024; }
a { background-color: rgb(173,192,36); }
div.DivClassName
{
background-color: #ADC024;
}
.BgClassName
{
background-color: #ADC024;
}
</style>
border-color css
<style>
span { border-color: #ADC024; }
span { border-color: rgb(173,192,36); }
td.TdClassName
{
border-color: #ADC024;
}
.TagClassName
{
border-color: #ADC024;
}
</style>