Shades of La Rioja #AFCF00
Tints of La Rioja #AFCF00
RGB
CMYK
RGB Variations
Color information
#AFCF00 (or 0xAFCF00) is known color: La Rioja. HEX triplet: AF, CF and 00. RGB value is (175,207,0). Sum of RGB (Red+Green+Blue) = 175+207+0=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCF00 is #5030FF. Grayscale: #AEAEAE. Windows color (decimal): -5255424 or 53167. OLE color: 53167.
HSL color Cylindrical-coordinate representation of color #AFCF00: hue angle of 69.28º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFCF00 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.19 |
| HSL | 69.28º | 1% | 0.41% | - |
| HSV(B) | 69.28º | 1% | 0.81% | - |
| XYZ | 39.99 | 53.74 | 8.26 | - |
| YUV | 173.83 | 29.9 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 0 | 0.15 | 0 | 1 | 0.19 | 69.28 | 1 | 0.41 |
| Hex | AF | CF | 0 | F | 0 | 64 | 13 | 45 | 64 | 29 |
| Octal | 257 | 317 | 0 | 17 | 0 | 144 | 23 | 105 | 144 | 51 |
| Binary | 10101111 | 11001111 | 0 | 1111 | 0 | 1100100 | 10011 | 1000101 | 1100100 | 101001 |
Color Harmonies of #AFCF00
Complementary color
Monochromatic Colors of #AFCF00
Black with #AFCF00
Text Example
Text Example
White with #AFCF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF00; }
p { color: rgb(175,207,0); }
H1.HeaderClassName
{
color: #AFCF00;
}
.AnyTagClassName
{
color: #AFCF00;
}
</style>
background-color css
<style>
a { background-color: #AFCF00; }
a { background-color: rgb(175,207,0); }
div.DivClassName
{
background-color: #AFCF00;
}
.BgClassName
{
background-color: #AFCF00;
}
</style>
border-color css
<style>
span { border-color: #AFCF00; }
span { border-color: rgb(175,207,0); }
td.TdClassName
{
border-color: #AFCF00;
}
.TagClassName
{
border-color: #AFCF00;
}
</style>