Shades of Bahia #ADC71F
Tints of Bahia #ADC71F
RGB
CMYK
RGB Variations
Color information
#ADC71F (or 0xADC71F) is known color: Bahia. HEX triplet: AD, C7 and 1F. RGB value is (173,199,31). Sum of RGB (Red+Green+Blue) = 173+199+31=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 31 (12.5% from 255 or 7.69% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC71F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC71F is #5238E0. Grayscale: #ACACAC. Windows color (decimal): -5388513 or 2082733. OLE color: 2082733.
HSL color Cylindrical-coordinate representation of color #ADC71F: hue angle of 69.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ADC71F is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 31 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.22 |
| HSL | 69.29º | 0.73% | 0.45% | - |
| HSV(B) | 69.29º | 0.84% | 0.78% | - |
| XYZ | 37.9 | 49.83 | 8.92 | - |
| YUV | 172.07 | 48.39 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 31 | 0.13 | 0 | 0.84 | 0.22 | 69.29 | 0.73 | 0.45 |
| Hex | AD | C7 | 1F | D | 0 | 54 | 16 | 45 | 49 | 2D |
| Octal | 255 | 307 | 37 | 15 | 0 | 124 | 26 | 105 | 111 | 55 |
| Binary | 10101101 | 11000111 | 11111 | 1101 | 0 | 1010100 | 10110 | 1000101 | 1001001 | 101101 |
Color Harmonies of #ADC71F
Complementary color
Monochromatic Colors of #ADC71F
Black with #ADC71F
Text Example
Text Example
White with #ADC71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC71F; }
p { color: rgb(173,199,31); }
H1.HeaderClassName
{
color: #ADC71F;
}
.AnyTagClassName
{
color: #ADC71F;
}
</style>
background-color css
<style>
a { background-color: #ADC71F; }
a { background-color: rgb(173,199,31); }
div.DivClassName
{
background-color: #ADC71F;
}
.BgClassName
{
background-color: #ADC71F;
}
</style>
border-color css
<style>
span { border-color: #ADC71F; }
span { border-color: rgb(173,199,31); }
td.TdClassName
{
border-color: #ADC71F;
}
.TagClassName
{
border-color: #ADC71F;
}
</style>