Shades of Bahia #ADC30E
Tints of Bahia #ADC30E
RGB
CMYK
RGB Variations
Color information
#ADC30E (or 0xADC30E) is known color: Bahia. HEX triplet: AD, C3 and 0E. RGB value is (173,195,14). Sum of RGB (Red+Green+Blue) = 173+195+14=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC30E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC30E is #523CF1. Grayscale: #A8A8A8. Windows color (decimal): -5389554 or 967597. OLE color: 967597.
HSL color Cylindrical-coordinate representation of color #ADC30E: hue angle of 67.29º 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 #ADC30E is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 195 | 14 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.24 |
| HSL | 67.29º | 0.87% | 0.41% | - |
| HSV(B) | 67.29º | 0.93% | 0.76% | - |
| XYZ | 36.83 | 47.95 | 7.73 | - |
| YUV | 167.79 | 41.21 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 195 | 14 | 0.11 | 0 | 0.93 | 0.24 | 67.29 | 0.87 | 0.41 |
| Hex | AD | C3 | E | B | 0 | 5D | 18 | 43 | 57 | 29 |
| Octal | 255 | 303 | 16 | 13 | 0 | 135 | 30 | 103 | 127 | 51 |
| Binary | 10101101 | 11000011 | 1110 | 1011 | 0 | 1011101 | 11000 | 1000011 | 1010111 | 101001 |
Color Harmonies of #ADC30E
Complementary color
Monochromatic Colors of #ADC30E
Black with #ADC30E
Text Example
Text Example
White with #ADC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC30E; }
p { color: rgb(173,195,14); }
H1.HeaderClassName
{
color: #ADC30E;
}
.AnyTagClassName
{
color: #ADC30E;
}
</style>
background-color css
<style>
a { background-color: #ADC30E; }
a { background-color: rgb(173,195,14); }
div.DivClassName
{
background-color: #ADC30E;
}
.BgClassName
{
background-color: #ADC30E;
}
</style>
border-color css
<style>
span { border-color: #ADC30E; }
span { border-color: rgb(173,195,14); }
td.TdClassName
{
border-color: #ADC30E;
}
.TagClassName
{
border-color: #ADC30E;
}
</style>