Shades of La Rioja #ADC80A
Tints of La Rioja #ADC80A
RGB
CMYK
RGB Variations
Color information
#ADC80A (or 0xADC80A) is known color: La Rioja. HEX triplet: AD, C8 and 0A. RGB value is (173,200,10). Sum of RGB (Red+Green+Blue) = 173+200+10=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 10 (4.30% from 255 or 2.61% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADC80A is #5237F5. Grayscale: #ABABAB. Windows color (decimal): -5388278 or 706733. OLE color: 706733.
HSL color Cylindrical-coordinate representation of color #ADC80A: hue angle of 68.53º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ADC80A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 173 | 200 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.22 |
| HSL | 68.53º | 0.9% | 0.41% | - |
| HSV(B) | 68.53º | 0.95% | 0.78% | - |
| XYZ | 37.94 | 50.21 | 7.98 | - |
| YUV | 170.27 | 37.55 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 200 | 10 | 0.14 | 0 | 0.95 | 0.22 | 68.53 | 0.9 | 0.41 |
| Hex | AD | C8 | A | E | 0 | 5F | 16 | 45 | 5A | 29 |
| Octal | 255 | 310 | 12 | 16 | 0 | 137 | 26 | 105 | 132 | 51 |
| Binary | 10101101 | 11001000 | 1010 | 1110 | 0 | 1011111 | 10110 | 1000101 | 1011010 | 101001 |
Color Harmonies of #ADC80A
Complementary color
Monochromatic Colors of #ADC80A
Black with #ADC80A
Text Example
Text Example
White with #ADC80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADC80A; }
p { color: rgb(173,200,10); }
H1.HeaderClassName
{
color: #ADC80A;
}
.AnyTagClassName
{
color: #ADC80A;
}
</style>
background-color css
<style>
a { background-color: #ADC80A; }
a { background-color: rgb(173,200,10); }
div.DivClassName
{
background-color: #ADC80A;
}
.BgClassName
{
background-color: #ADC80A;
}
</style>
border-color css
<style>
span { border-color: #ADC80A; }
span { border-color: rgb(173,200,10); }
td.TdClassName
{
border-color: #ADC80A;
}
.TagClassName
{
border-color: #ADC80A;
}
</style>