Shades of La Rioja #AFCC02
Tints of La Rioja #AFCC02
RGB
CMYK
RGB Variations
Color information
#AFCC02 (or 0xAFCC02) is known color: La Rioja. HEX triplet: AF, CC and 02. RGB value is (175,204,2). Sum of RGB (Red+Green+Blue) = 175+204+2=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 2 (1.17% from 255 or 0.52% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCC02 is #5033FD. Grayscale: #ADADAD. Windows color (decimal): -5256190 or 183471. OLE color: 183471.
HSL color Cylindrical-coordinate representation of color #AFCC02: hue angle of 68.61º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFCC02 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.2 |
| HSL | 68.61º | 0.98% | 0.4% | - |
| HSV(B) | 68.61º | 0.99% | 0.8% | - |
| XYZ | 39.28 | 52.3 | 8.08 | - |
| YUV | 172.3 | 31.89 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 2 | 0.14 | 0 | 0.99 | 0.2 | 68.61 | 0.98 | 0.4 |
| Hex | AF | CC | 2 | E | 0 | 63 | 14 | 45 | 62 | 28 |
| Octal | 257 | 314 | 2 | 16 | 0 | 143 | 24 | 105 | 142 | 50 |
| Binary | 10101111 | 11001100 | 10 | 1110 | 0 | 1100011 | 10100 | 1000101 | 1100010 | 101000 |
Color Harmonies of #AFCC02
Complementary color
Monochromatic Colors of #AFCC02
Black with #AFCC02
Text Example
Text Example
White with #AFCC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC02; }
p { color: rgb(175,204,2); }
H1.HeaderClassName
{
color: #AFCC02;
}
.AnyTagClassName
{
color: #AFCC02;
}
</style>
background-color css
<style>
a { background-color: #AFCC02; }
a { background-color: rgb(175,204,2); }
div.DivClassName
{
background-color: #AFCC02;
}
.BgClassName
{
background-color: #AFCC02;
}
</style>
border-color css
<style>
span { border-color: #AFCC02; }
span { border-color: rgb(175,204,2); }
td.TdClassName
{
border-color: #AFCC02;
}
.TagClassName
{
border-color: #AFCC02;
}
</style>