Shades of Bahia #ADCE24
Tints of Bahia #ADCE24
RGB
CMYK
RGB Variations
Color information
#ADCE24 (or 0xADCE24) is known color: Bahia. HEX triplet: AD, CE and 24. RGB value is (173,206,36). Sum of RGB (Red+Green+Blue) = 173+206+36=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 206 (80.86% from 255 or 49.64% from 415); Blue value is 36 (14.45% from 255 or 8.67% from 415); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE24 is #5231DB. Grayscale: #B1B1B1. Windows color (decimal): -5386716 or 2412205. OLE color: 2412205.
HSL color Cylindrical-coordinate representation of color #ADCE24: hue angle of 71.65º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ADCE24 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 36 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.19 |
| HSL | 71.65º | 0.7% | 0.47% | - |
| HSV(B) | 71.65º | 0.83% | 0.81% | - |
| XYZ | 39.62 | 53.15 | 9.84 | - |
| YUV | 176.75 | 48.57 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 36 | 0.16 | 0 | 0.83 | 0.19 | 71.65 | 0.7 | 0.47 |
| Hex | AD | CE | 24 | 10 | 0 | 53 | 13 | 48 | 46 | 2F |
| Octal | 255 | 316 | 44 | 20 | 0 | 123 | 23 | 110 | 106 | 57 |
| Binary | 10101101 | 11001110 | 100100 | 10000 | 0 | 1010011 | 10011 | 1001000 | 1000110 | 101111 |
Color Harmonies of #ADCE24
Complementary color
Monochromatic Colors of #ADCE24
Black with #ADCE24
Text Example
Text Example
White with #ADCE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE24; }
p { color: rgb(173,206,36); }
H1.HeaderClassName
{
color: #ADCE24;
}
.AnyTagClassName
{
color: #ADCE24;
}
</style>
background-color css
<style>
a { background-color: #ADCE24; }
a { background-color: rgb(173,206,36); }
div.DivClassName
{
background-color: #ADCE24;
}
.BgClassName
{
background-color: #ADCE24;
}
</style>
border-color css
<style>
span { border-color: #ADCE24; }
span { border-color: rgb(173,206,36); }
td.TdClassName
{
border-color: #ADCE24;
}
.TagClassName
{
border-color: #ADCE24;
}
</style>