Shades of La Rioja #AFC20E
Tints of La Rioja #AFC20E
RGB
CMYK
RGB Variations
Color information
#AFC20E (or 0xAFC20E) is known color: La Rioja. HEX triplet: AF, C2 and 0E. RGB value is (175,194,14). Sum of RGB (Red+Green+Blue) = 175+194+14=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC20E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC20E is #503DF1. Grayscale: #A8A8A8. Windows color (decimal): -5258738 or 967343. OLE color: 967343.
HSL color Cylindrical-coordinate representation of color #AFC20E: hue angle of 66.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFC20E is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 14 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.24 |
| HSL | 66.33º | 0.87% | 0.41% | - |
| HSV(B) | 66.33º | 0.93% | 0.76% | - |
| XYZ | 37.05 | 47.73 | 7.68 | - |
| YUV | 167.8 | 41.21 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 14 | 0.10 | 0 | 0.93 | 0.24 | 66.33 | 0.87 | 0.41 |
| Hex | AF | C2 | E | A | 0 | 5D | 18 | 42 | 57 | 29 |
| Octal | 257 | 302 | 16 | 12 | 0 | 135 | 30 | 102 | 127 | 51 |
| Binary | 10101111 | 11000010 | 1110 | 1010 | 0 | 1011101 | 11000 | 1000010 | 1010111 | 101001 |
Color Harmonies of #AFC20E
Complementary color
Monochromatic Colors of #AFC20E
Black with #AFC20E
Text Example
Text Example
White with #AFC20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC20E; }
p { color: rgb(175,194,14); }
H1.HeaderClassName
{
color: #AFC20E;
}
.AnyTagClassName
{
color: #AFC20E;
}
</style>
background-color css
<style>
a { background-color: #AFC20E; }
a { background-color: rgb(175,194,14); }
div.DivClassName
{
background-color: #AFC20E;
}
.BgClassName
{
background-color: #AFC20E;
}
</style>
border-color css
<style>
span { border-color: #AFC20E; }
span { border-color: rgb(175,194,14); }
td.TdClassName
{
border-color: #AFC20E;
}
.TagClassName
{
border-color: #AFC20E;
}
</style>