Shades of La Rioja #AFC80A
Tints of La Rioja #AFC80A
RGB
CMYK
RGB Variations
Color information
#AFC80A (or 0xAFC80A) is known color: La Rioja. HEX triplet: AF, C8 and 0A. RGB value is (175,200,10). Sum of RGB (Red+Green+Blue) = 175+200+10=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC80A is #5037F5. Grayscale: #ABABAB. Windows color (decimal): -5257206 or 706735. OLE color: 706735.
HSL color Cylindrical-coordinate representation of color #AFC80A: hue angle of 67.89º 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 #AFC80A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 10 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.22 |
| HSL | 67.89º | 0.9% | 0.41% | - |
| HSV(B) | 67.89º | 0.95% | 0.78% | - |
| XYZ | 38.39 | 50.44 | 8 | - |
| YUV | 170.87 | 37.22 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 10 | 0.12 | 0 | 0.95 | 0.22 | 67.89 | 0.9 | 0.41 |
| Hex | AF | C8 | A | C | 0 | 5F | 16 | 44 | 5A | 29 |
| Octal | 257 | 310 | 12 | 14 | 0 | 137 | 26 | 104 | 132 | 51 |
| Binary | 10101111 | 11001000 | 1010 | 1100 | 0 | 1011111 | 10110 | 1000100 | 1011010 | 101001 |
Color Harmonies of #AFC80A
Complementary color
Monochromatic Colors of #AFC80A
Black with #AFC80A
Text Example
Text Example
White with #AFC80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC80A; }
p { color: rgb(175,200,10); }
H1.HeaderClassName
{
color: #AFC80A;
}
.AnyTagClassName
{
color: #AFC80A;
}
</style>
background-color css
<style>
a { background-color: #AFC80A; }
a { background-color: rgb(175,200,10); }
div.DivClassName
{
background-color: #AFC80A;
}
.BgClassName
{
background-color: #AFC80A;
}
</style>
border-color css
<style>
span { border-color: #AFC80A; }
span { border-color: rgb(175,200,10); }
td.TdClassName
{
border-color: #AFC80A;
}
.TagClassName
{
border-color: #AFC80A;
}
</style>