Shades of La Rioja #AFCC00
Tints of La Rioja #AFCC00
RGB
CMYK
RGB Variations
Color information
#AFCC00 (or 0xAFCC00) is known color: La Rioja. HEX triplet: AF, CC and 00. RGB value is (175,204,0). Sum of RGB (Red+Green+Blue) = 175+204+0=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCC00 is #5033FF. Grayscale: #ACACAC. Windows color (decimal): -5256192 or 52399. OLE color: 52399.
HSL color Cylindrical-coordinate representation of color #AFCC00: hue angle of 68.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AFCC00 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.2 |
| HSL | 68.53º | 1% | 0.4% | - |
| HSV(B) | 68.53º | 1% | 0.8% | - |
| XYZ | 39.27 | 52.3 | 8.02 | - |
| YUV | 172.07 | 30.89 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 0 | 0.14 | 0 | 1 | 0.2 | 68.53 | 1 | 0.4 |
| Hex | AF | CC | 0 | E | 0 | 64 | 14 | 45 | 64 | 28 |
| Octal | 257 | 314 | 0 | 16 | 0 | 144 | 24 | 105 | 144 | 50 |
| Binary | 10101111 | 11001100 | 0 | 1110 | 0 | 1100100 | 10100 | 1000101 | 1100100 | 101000 |
Color Harmonies of #AFCC00
Complementary color
Monochromatic Colors of #AFCC00
Black with #AFCC00
Text Example
Text Example
White with #AFCC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC00; }
p { color: rgb(175,204,0); }
H1.HeaderClassName
{
color: #AFCC00;
}
.AnyTagClassName
{
color: #AFCC00;
}
</style>
background-color css
<style>
a { background-color: #AFCC00; }
a { background-color: rgb(175,204,0); }
div.DivClassName
{
background-color: #AFCC00;
}
.BgClassName
{
background-color: #AFCC00;
}
</style>
border-color css
<style>
span { border-color: #AFCC00; }
span { border-color: rgb(175,204,0); }
td.TdClassName
{
border-color: #AFCC00;
}
.TagClassName
{
border-color: #AFCC00;
}
</style>