Shades of La Rioja #ADCC09
Tints of La Rioja #ADCC09
RGB
CMYK
RGB Variations
Color information
#ADCC09 (or 0xADCC09) is known color: La Rioja. HEX triplet: AD, CC and 09. RGB value is (173,204,9). Sum of RGB (Red+Green+Blue) = 173+204+9=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 9 (3.91% from 255 or 2.33% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ADCC09 is #5233F6. Grayscale: #ADADAD. Windows color (decimal): -5387255 or 642221. OLE color: 642221.
HSL color Cylindrical-coordinate representation of color #ADCC09: hue angle of 69.54º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ADCC09 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 173 | 204 | 9 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.2 |
| HSL | 69.54º | 0.92% | 0.42% | - |
| HSV(B) | 69.54º | 0.96% | 0.8% | - |
| XYZ | 38.88 | 52.09 | 8.26 | - |
| YUV | 172.5 | 35.73 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 204 | 9 | 0.15 | 0 | 0.96 | 0.2 | 69.54 | 0.92 | 0.42 |
| Hex | AD | CC | 9 | F | 0 | 60 | 14 | 46 | 5C | 2A |
| Octal | 255 | 314 | 11 | 17 | 0 | 140 | 24 | 106 | 134 | 52 |
| Binary | 10101101 | 11001100 | 1001 | 1111 | 0 | 1100000 | 10100 | 1000110 | 1011100 | 101010 |
Color Harmonies of #ADCC09
Complementary color
Monochromatic Colors of #ADCC09
Black with #ADCC09
Text Example
Text Example
White with #ADCC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCC09; }
p { color: rgb(173,204,9); }
H1.HeaderClassName
{
color: #ADCC09;
}
.AnyTagClassName
{
color: #ADCC09;
}
</style>
background-color css
<style>
a { background-color: #ADCC09; }
a { background-color: rgb(173,204,9); }
div.DivClassName
{
background-color: #ADCC09;
}
.BgClassName
{
background-color: #ADCC09;
}
</style>
border-color css
<style>
span { border-color: #ADCC09; }
span { border-color: rgb(173,204,9); }
td.TdClassName
{
border-color: #ADCC09;
}
.TagClassName
{
border-color: #ADCC09;
}
</style>