Shades of La Rioja #AFC70A
Tints of La Rioja #AFC70A
RGB
CMYK
RGB Variations
Color information
#AFC70A (or 0xAFC70A) is known color: La Rioja. HEX triplet: AF, C7 and 0A. RGB value is (175,199,10). Sum of RGB (Red+Green+Blue) = 175+199+10=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 199 (78.12% from 255 or 51.82% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC70A is #5038F5. Grayscale: #ABABAB. Windows color (decimal): -5257462 or 706479. OLE color: 706479.
HSL color Cylindrical-coordinate representation of color #AFC70A: hue angle of 67.62º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AFC70A is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 10 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.22 |
| HSL | 67.62º | 0.9% | 0.41% | - |
| HSV(B) | 67.62º | 0.95% | 0.78% | - |
| XYZ | 38.16 | 49.98 | 7.92 | - |
| YUV | 170.28 | 37.55 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 10 | 0.12 | 0 | 0.95 | 0.22 | 67.62 | 0.9 | 0.41 |
| Hex | AF | C7 | A | C | 0 | 5F | 16 | 44 | 5A | 29 |
| Octal | 257 | 307 | 12 | 14 | 0 | 137 | 26 | 104 | 132 | 51 |
| Binary | 10101111 | 11000111 | 1010 | 1100 | 0 | 1011111 | 10110 | 1000100 | 1011010 | 101001 |
Color Harmonies of #AFC70A
Complementary color
Monochromatic Colors of #AFC70A
Black with #AFC70A
Text Example
Text Example
White with #AFC70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC70A; }
p { color: rgb(175,199,10); }
H1.HeaderClassName
{
color: #AFC70A;
}
.AnyTagClassName
{
color: #AFC70A;
}
</style>
background-color css
<style>
a { background-color: #AFC70A; }
a { background-color: rgb(175,199,10); }
div.DivClassName
{
background-color: #AFC70A;
}
.BgClassName
{
background-color: #AFC70A;
}
</style>
border-color css
<style>
span { border-color: #AFC70A; }
span { border-color: rgb(175,199,10); }
td.TdClassName
{
border-color: #AFC70A;
}
.TagClassName
{
border-color: #AFC70A;
}
</style>