Shades of Bahia #ADCE1E
Tints of Bahia #ADCE1E
RGB
CMYK
RGB Variations
Color information
#ADCE1E (or 0xADCE1E) is known color: Bahia. HEX triplet: AD, CE and 1E. RGB value is (173,206,30). Sum of RGB (Red+Green+Blue) = 173+206+30=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 30 (12.11% from 255 or 7.33% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE1E is #5231E1. Grayscale: #B0B0B0. Windows color (decimal): -5386722 or 2018989. OLE color: 2018989.
HSL color Cylindrical-coordinate representation of color #ADCE1E: hue angle of 71.25º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADCE1E is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 173 | 206 | 30 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.19 |
| HSL | 71.25º | 0.75% | 0.46% | - |
| HSV(B) | 71.25º | 0.85% | 0.81% | - |
| XYZ | 39.54 | 53.12 | 9.4 | - |
| YUV | 176.07 | 45.57 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 206 | 30 | 0.16 | 0 | 0.85 | 0.19 | 71.25 | 0.75 | 0.46 |
| Hex | AD | CE | 1E | 10 | 0 | 55 | 13 | 47 | 4B | 2E |
| Octal | 255 | 316 | 36 | 20 | 0 | 125 | 23 | 107 | 113 | 56 |
| Binary | 10101101 | 11001110 | 11110 | 10000 | 0 | 1010101 | 10011 | 1000111 | 1001011 | 101110 |
Color Harmonies of #ADCE1E
Complementary color
Monochromatic Colors of #ADCE1E
Black with #ADCE1E
Text Example
Text Example
White with #ADCE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCE1E; }
p { color: rgb(173,206,30); }
H1.HeaderClassName
{
color: #ADCE1E;
}
.AnyTagClassName
{
color: #ADCE1E;
}
</style>
background-color css
<style>
a { background-color: #ADCE1E; }
a { background-color: rgb(173,206,30); }
div.DivClassName
{
background-color: #ADCE1E;
}
.BgClassName
{
background-color: #ADCE1E;
}
</style>
border-color css
<style>
span { border-color: #ADCE1E; }
span { border-color: rgb(173,206,30); }
td.TdClassName
{
border-color: #ADCE1E;
}
.TagClassName
{
border-color: #ADCE1E;
}
</style>