Shades of La Rioja #AFC50C
Tints of La Rioja #AFC50C
RGB
CMYK
RGB Variations
Color information
#AFC50C (or 0xAFC50C) is known color: La Rioja. HEX triplet: AF, C5 and 0C. RGB value is (175,197,12). Sum of RGB (Red+Green+Blue) = 175+197+12=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 197 (77.34% from 255 or 51.30% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC50C is #503AF3. Grayscale: #AAAAAA. Windows color (decimal): -5257972 or 837039. OLE color: 837039.
HSL color Cylindrical-coordinate representation of color #AFC50C: hue angle of 67.14º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFC50C is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 12 | - |
| CMYK | 0.11 | 0 | 0.94 | 0.23 |
| HSL | 67.14º | 0.89% | 0.41% | - |
| HSV(B) | 67.14º | 0.94% | 0.77% | - |
| XYZ | 37.71 | 49.07 | 7.83 | - |
| YUV | 169.33 | 39.21 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 12 | 0.11 | 0 | 0.94 | 0.23 | 67.14 | 0.89 | 0.41 |
| Hex | AF | C5 | C | B | 0 | 5E | 17 | 43 | 59 | 29 |
| Octal | 257 | 305 | 14 | 13 | 0 | 136 | 27 | 103 | 131 | 51 |
| Binary | 10101111 | 11000101 | 1100 | 1011 | 0 | 1011110 | 10111 | 1000011 | 1011001 | 101001 |
Color Harmonies of #AFC50C
Complementary color
Monochromatic Colors of #AFC50C
Black with #AFC50C
Text Example
Text Example
White with #AFC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC50C; }
p { color: rgb(175,197,12); }
H1.HeaderClassName
{
color: #AFC50C;
}
.AnyTagClassName
{
color: #AFC50C;
}
</style>
background-color css
<style>
a { background-color: #AFC50C; }
a { background-color: rgb(175,197,12); }
div.DivClassName
{
background-color: #AFC50C;
}
.BgClassName
{
background-color: #AFC50C;
}
</style>
border-color css
<style>
span { border-color: #AFC50C; }
span { border-color: rgb(175,197,12); }
td.TdClassName
{
border-color: #AFC50C;
}
.TagClassName
{
border-color: #AFC50C;
}
</style>