Shades of La Rioja #AFC70D
Tints of La Rioja #AFC70D
RGB
CMYK
RGB Variations
Color information
#AFC70D (or 0xAFC70D) is known color: La Rioja. HEX triplet: AF, C7 and 0D. RGB value is (175,199,13). Sum of RGB (Red+Green+Blue) = 175+199+13=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 13 (5.47% from 255 or 3.36% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC70D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC70D is #5038F2. Grayscale: #ABABAB. Windows color (decimal): -5257459 or 903087. OLE color: 903087.
HSL color Cylindrical-coordinate representation of color #AFC70D: hue angle of 67.74º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFC70D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 13 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.22 |
| HSL | 67.74º | 0.88% | 0.42% | - |
| HSV(B) | 67.74º | 0.93% | 0.78% | - |
| XYZ | 38.18 | 49.99 | 8.02 | - |
| YUV | 170.62 | 39.05 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 13 | 0.12 | 0 | 0.93 | 0.22 | 67.74 | 0.88 | 0.42 |
| Hex | AF | C7 | D | C | 0 | 5D | 16 | 44 | 58 | 2A |
| Octal | 257 | 307 | 15 | 14 | 0 | 135 | 26 | 104 | 130 | 52 |
| Binary | 10101111 | 11000111 | 1101 | 1100 | 0 | 1011101 | 10110 | 1000100 | 1011000 | 101010 |
Color Harmonies of #AFC70D
Complementary color
Monochromatic Colors of #AFC70D
Black with #AFC70D
Text Example
Text Example
White with #AFC70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC70D; }
p { color: rgb(175,199,13); }
H1.HeaderClassName
{
color: #AFC70D;
}
.AnyTagClassName
{
color: #AFC70D;
}
</style>
background-color css
<style>
a { background-color: #AFC70D; }
a { background-color: rgb(175,199,13); }
div.DivClassName
{
background-color: #AFC70D;
}
.BgClassName
{
background-color: #AFC70D;
}
</style>
border-color css
<style>
span { border-color: #AFC70D; }
span { border-color: rgb(175,199,13); }
td.TdClassName
{
border-color: #AFC70D;
}
.TagClassName
{
border-color: #AFC70D;
}
</style>