Shades of Bahia #ADC72F
Tints of Bahia #ADC72F
RGB
CMYK
RGB Variations
Color information
#ADC72F (or 0xADC72F) is known color: Bahia. HEX triplet: AD, C7 and 2F. RGB value is (173,199,47). Sum of RGB (Red+Green+Blue) = 173+199+47=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 199 (78.12% from 255 or 47.49% from 419); Blue value is 47 (18.75% from 255 or 11.22% from 419); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC72F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC72F is #5238D0. Grayscale: #AEAEAE. Windows color (decimal): -5388497 or 3131309. OLE color: 3131309.
HSL color Cylindrical-coordinate representation of color #ADC72F: hue angle of 70.26º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ADC72F is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 47 | - |
| CMYK | 0.13 | 0 | 0.76 | 0.22 |
| HSL | 70.26º | 0.62% | 0.48% | - |
| HSV(B) | 70.26º | 0.76% | 0.78% | - |
| XYZ | 38.17 | 49.94 | 10.32 | - |
| YUV | 173.9 | 56.39 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 47 | 0.13 | 0 | 0.76 | 0.22 | 70.26 | 0.62 | 0.48 |
| Hex | AD | C7 | 2F | D | 0 | 4C | 16 | 46 | 3E | 30 |
| Octal | 255 | 307 | 57 | 15 | 0 | 114 | 26 | 106 | 76 | 60 |
| Binary | 10101101 | 11000111 | 101111 | 1101 | 0 | 1001100 | 10110 | 1000110 | 111110 | 110000 |
Color Harmonies of #ADC72F
Complementary color
Monochromatic Colors of #ADC72F
Black with #ADC72F
Text Example
Text Example
White with #ADC72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC72F; }
p { color: rgb(173,199,47); }
H1.HeaderClassName
{
color: #ADC72F;
}
.AnyTagClassName
{
color: #ADC72F;
}
</style>
background-color css
<style>
a { background-color: #ADC72F; }
a { background-color: rgb(173,199,47); }
div.DivClassName
{
background-color: #ADC72F;
}
.BgClassName
{
background-color: #ADC72F;
}
</style>
border-color css
<style>
span { border-color: #ADC72F; }
span { border-color: rgb(173,199,47); }
td.TdClassName
{
border-color: #ADC72F;
}
.TagClassName
{
border-color: #ADC72F;
}
</style>