Shades of La Rioja #AFC60D
Tints of La Rioja #AFC60D
RGB
CMYK
RGB Variations
Color information
#AFC60D (or 0xAFC60D) is known color: La Rioja. HEX triplet: AF, C6 and 0D. RGB value is (175,198,13). Sum of RGB (Red+Green+Blue) = 175+198+13=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC60D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC60D is #5039F2. Grayscale: #AAAAAA. Windows color (decimal): -5257715 or 902831. OLE color: 902831.
HSL color Cylindrical-coordinate representation of color #AFC60D: hue angle of 67.46º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFC60D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 13 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.22 |
| HSL | 67.46º | 0.88% | 0.41% | - |
| HSV(B) | 67.46º | 0.93% | 0.78% | - |
| XYZ | 37.95 | 49.53 | 7.94 | - |
| YUV | 170.03 | 39.38 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 13 | 0.12 | 0 | 0.93 | 0.22 | 67.46 | 0.88 | 0.41 |
| Hex | AF | C6 | D | C | 0 | 5D | 16 | 43 | 58 | 29 |
| Octal | 257 | 306 | 15 | 14 | 0 | 135 | 26 | 103 | 130 | 51 |
| Binary | 10101111 | 11000110 | 1101 | 1100 | 0 | 1011101 | 10110 | 1000011 | 1011000 | 101001 |
Color Harmonies of #AFC60D
Complementary color
Monochromatic Colors of #AFC60D
Black with #AFC60D
Text Example
Text Example
White with #AFC60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC60D; }
p { color: rgb(175,198,13); }
H1.HeaderClassName
{
color: #AFC60D;
}
.AnyTagClassName
{
color: #AFC60D;
}
</style>
background-color css
<style>
a { background-color: #AFC60D; }
a { background-color: rgb(175,198,13); }
div.DivClassName
{
background-color: #AFC60D;
}
.BgClassName
{
background-color: #AFC60D;
}
</style>
border-color css
<style>
span { border-color: #AFC60D; }
span { border-color: rgb(175,198,13); }
td.TdClassName
{
border-color: #AFC60D;
}
.TagClassName
{
border-color: #AFC60D;
}
</style>