Shades of Bahia #ADC40E
Tints of Bahia #ADC40E
RGB
CMYK
RGB Variations
Color information
#ADC40E (or 0xADC40E) is known color: Bahia. HEX triplet: AD, C4 and 0E. RGB value is (173,196,14). Sum of RGB (Red+Green+Blue) = 173+196+14=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC40E is #523BF1. Grayscale: #A9A9A9. Windows color (decimal): -5389298 or 967853. OLE color: 967853.
HSL color Cylindrical-coordinate representation of color #ADC40E: hue angle of 67.58º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ADC40E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 173 | 196 | 14 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.23 |
| HSL | 67.58º | 0.87% | 0.41% | - |
| HSV(B) | 67.58º | 0.93% | 0.77% | - |
| XYZ | 37.05 | 48.4 | 7.8 | - |
| YUV | 168.38 | 40.88 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 196 | 14 | 0.12 | 0 | 0.93 | 0.23 | 67.58 | 0.87 | 0.41 |
| Hex | AD | C4 | E | C | 0 | 5D | 17 | 44 | 57 | 29 |
| Octal | 255 | 304 | 16 | 14 | 0 | 135 | 27 | 104 | 127 | 51 |
| Binary | 10101101 | 11000100 | 1110 | 1100 | 0 | 1011101 | 10111 | 1000100 | 1010111 | 101001 |
Color Harmonies of #ADC40E
Complementary color
Monochromatic Colors of #ADC40E
Black with #ADC40E
Text Example
Text Example
White with #ADC40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC40E; }
p { color: rgb(173,196,14); }
H1.HeaderClassName
{
color: #ADC40E;
}
.AnyTagClassName
{
color: #ADC40E;
}
</style>
background-color css
<style>
a { background-color: #ADC40E; }
a { background-color: rgb(173,196,14); }
div.DivClassName
{
background-color: #ADC40E;
}
.BgClassName
{
background-color: #ADC40E;
}
</style>
border-color css
<style>
span { border-color: #ADC40E; }
span { border-color: rgb(173,196,14); }
td.TdClassName
{
border-color: #ADC40E;
}
.TagClassName
{
border-color: #ADC40E;
}
</style>