Shades of Bahia #ADC71A
Tints of Bahia #ADC71A
RGB
CMYK
RGB Variations
Color information
#ADC71A (or 0xADC71A) is known color: Bahia. HEX triplet: AD, C7 and 1A. RGB value is (173,199,26). Sum of RGB (Red+Green+Blue) = 173+199+26=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 199 (78.12% from 255 or 50% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC71A is #5238E5. Grayscale: #ACACAC. Windows color (decimal): -5388518 or 1755053. OLE color: 1755053.
HSL color Cylindrical-coordinate representation of color #ADC71A: hue angle of 69.02º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ADC71A is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 199 | 26 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.22 |
| HSL | 69.02º | 0.77% | 0.44% | - |
| HSV(B) | 69.02º | 0.87% | 0.78% | - |
| XYZ | 37.84 | 49.81 | 8.6 | - |
| YUV | 171.5 | 45.89 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 199 | 26 | 0.13 | 0 | 0.87 | 0.22 | 69.02 | 0.77 | 0.44 |
| Hex | AD | C7 | 1A | D | 0 | 57 | 16 | 45 | 4D | 2C |
| Octal | 255 | 307 | 32 | 15 | 0 | 127 | 26 | 105 | 115 | 54 |
| Binary | 10101101 | 11000111 | 11010 | 1101 | 0 | 1010111 | 10110 | 1000101 | 1001101 | 101100 |
Color Harmonies of #ADC71A
Complementary color
Monochromatic Colors of #ADC71A
Black with #ADC71A
Text Example
Text Example
White with #ADC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC71A; }
p { color: rgb(173,199,26); }
H1.HeaderClassName
{
color: #ADC71A;
}
.AnyTagClassName
{
color: #ADC71A;
}
</style>
background-color css
<style>
a { background-color: #ADC71A; }
a { background-color: rgb(173,199,26); }
div.DivClassName
{
background-color: #ADC71A;
}
.BgClassName
{
background-color: #ADC71A;
}
</style>
border-color css
<style>
span { border-color: #ADC71A; }
span { border-color: rgb(173,199,26); }
td.TdClassName
{
border-color: #ADC71A;
}
.TagClassName
{
border-color: #ADC71A;
}
</style>