Shades of Bahia #ADC20E
Tints of Bahia #ADC20E
RGB
CMYK
RGB Variations
Color information
#ADC20E (or 0xADC20E) is known color: Bahia. HEX triplet: AD, C2 and 0E. RGB value is (173,194,14). Sum of RGB (Red+Green+Blue) = 173+194+14=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 14 (5.86% from 255 or 3.67% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC20E is #523DF1. Grayscale: #A7A7A7. Windows color (decimal): -5389810 or 967341. OLE color: 967341.
HSL color Cylindrical-coordinate representation of color #ADC20E: hue angle of 67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADC20E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 14 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.24 |
| HSL | 67º | 0.87% | 0.41% | - |
| HSV(B) | 67º | 0.93% | 0.76% | - |
| XYZ | 36.6 | 47.5 | 7.65 | - |
| YUV | 167.2 | 41.54 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 14 | 0.11 | 0 | 0.93 | 0.24 | 67 | 0.87 | 0.41 |
| Hex | AD | C2 | E | B | 0 | 5D | 18 | 43 | 57 | 29 |
| Octal | 255 | 302 | 16 | 13 | 0 | 135 | 30 | 103 | 127 | 51 |
| Binary | 10101101 | 11000010 | 1110 | 1011 | 0 | 1011101 | 11000 | 1000011 | 1010111 | 101001 |
Color Harmonies of #ADC20E
Complementary color
Monochromatic Colors of #ADC20E
Black with #ADC20E
Text Example
Text Example
White with #ADC20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC20E; }
p { color: rgb(173,194,14); }
H1.HeaderClassName
{
color: #ADC20E;
}
.AnyTagClassName
{
color: #ADC20E;
}
</style>
background-color css
<style>
a { background-color: #ADC20E; }
a { background-color: rgb(173,194,14); }
div.DivClassName
{
background-color: #ADC20E;
}
.BgClassName
{
background-color: #ADC20E;
}
</style>
border-color css
<style>
span { border-color: #ADC20E; }
span { border-color: rgb(173,194,14); }
td.TdClassName
{
border-color: #ADC20E;
}
.TagClassName
{
border-color: #ADC20E;
}
</style>