Shades of Bahia #ADC21E
Tints of Bahia #ADC21E
RGB
CMYK
RGB Variations
Color information
#ADC21E (or 0xADC21E) is known color: Bahia. HEX triplet: AD, C2 and 1E. RGB value is (173,194,30). Sum of RGB (Red+Green+Blue) = 173+194+30=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC21E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC21E is #523DE1. Grayscale: #A9A9A9. Windows color (decimal): -5389794 or 2015917. OLE color: 2015917.
HSL color Cylindrical-coordinate representation of color #ADC21E: hue angle of 67.68º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC21E is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 173 | 194 | 30 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.24 |
| HSL | 67.68º | 0.73% | 0.44% | - |
| HSV(B) | 67.68º | 0.85% | 0.76% | - |
| XYZ | 36.76 | 47.56 | 8.47 | - |
| YUV | 169.03 | 49.54 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 194 | 30 | 0.11 | 0 | 0.85 | 0.24 | 67.68 | 0.73 | 0.44 |
| Hex | AD | C2 | 1E | B | 0 | 55 | 18 | 44 | 49 | 2C |
| Octal | 255 | 302 | 36 | 13 | 0 | 125 | 30 | 104 | 111 | 54 |
| Binary | 10101101 | 11000010 | 11110 | 1011 | 0 | 1010101 | 11000 | 1000100 | 1001001 | 101100 |
Color Harmonies of #ADC21E
Complementary color
Monochromatic Colors of #ADC21E
Black with #ADC21E
Text Example
Text Example
White with #ADC21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC21E; }
p { color: rgb(173,194,30); }
H1.HeaderClassName
{
color: #ADC21E;
}
.AnyTagClassName
{
color: #ADC21E;
}
</style>
background-color css
<style>
a { background-color: #ADC21E; }
a { background-color: rgb(173,194,30); }
div.DivClassName
{
background-color: #ADC21E;
}
.BgClassName
{
background-color: #ADC21E;
}
</style>
border-color css
<style>
span { border-color: #ADC21E; }
span { border-color: rgb(173,194,30); }
td.TdClassName
{
border-color: #ADC21E;
}
.TagClassName
{
border-color: #ADC21E;
}
</style>