Shades of La Rioja #AFC90A
Tints of La Rioja #AFC90A
RGB
CMYK
RGB Variations
Color information
#AFC90A (or 0xAFC90A) is known color: La Rioja. HEX triplet: AF, C9 and 0A. RGB value is (175,201,10). Sum of RGB (Red+Green+Blue) = 175+201+10=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 201 (78.91% from 255 or 52.07% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC90A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC90A is #5036F5. Grayscale: #ACACAC. Windows color (decimal): -5256950 or 706991. OLE color: 706991.
HSL color Cylindrical-coordinate representation of color #AFC90A: hue angle of 68.17º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFC90A is Cyan = 0.13, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 201 | 10 | - |
| CMYK | 0.13 | 0 | 0.95 | 0.21 |
| HSL | 68.17º | 0.91% | 0.41% | - |
| HSV(B) | 68.17º | 0.95% | 0.79% | - |
| XYZ | 38.62 | 50.91 | 8.08 | - |
| YUV | 171.45 | 36.89 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 201 | 10 | 0.13 | 0 | 0.95 | 0.21 | 68.17 | 0.91 | 0.41 |
| Hex | AF | C9 | A | D | 0 | 5F | 15 | 44 | 5B | 29 |
| Octal | 257 | 311 | 12 | 15 | 0 | 137 | 25 | 104 | 133 | 51 |
| Binary | 10101111 | 11001001 | 1010 | 1101 | 0 | 1011111 | 10101 | 1000100 | 1011011 | 101001 |
Color Harmonies of #AFC90A
Complementary color
Monochromatic Colors of #AFC90A
Black with #AFC90A
Text Example
Text Example
White with #AFC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC90A; }
p { color: rgb(175,201,10); }
H1.HeaderClassName
{
color: #AFC90A;
}
.AnyTagClassName
{
color: #AFC90A;
}
</style>
background-color css
<style>
a { background-color: #AFC90A; }
a { background-color: rgb(175,201,10); }
div.DivClassName
{
background-color: #AFC90A;
}
.BgClassName
{
background-color: #AFC90A;
}
</style>
border-color css
<style>
span { border-color: #AFC90A; }
span { border-color: rgb(175,201,10); }
td.TdClassName
{
border-color: #AFC90A;
}
.TagClassName
{
border-color: #AFC90A;
}
</style>