Shades of La Rioja #AFC60C
Tints of La Rioja #AFC60C
RGB
CMYK
RGB Variations
Color information
#AFC60C (or 0xAFC60C) is known color: La Rioja. HEX triplet: AF, C6 and 0C. RGB value is (175,198,12). Sum of RGB (Red+Green+Blue) = 175+198+12=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC60C is #5039F3. Grayscale: #AAAAAA. Windows color (decimal): -5257716 or 837295. OLE color: 837295.
HSL color Cylindrical-coordinate representation of color #AFC60C: hue angle of 67.42º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFC60C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.22 |
| HSL | 67.42º | 0.89% | 0.41% | - |
| HSV(B) | 67.42º | 0.94% | 0.78% | - |
| XYZ | 37.94 | 49.53 | 7.91 | - |
| YUV | 169.92 | 38.88 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 12 | 0.12 | 0 | 0.94 | 0.22 | 67.42 | 0.89 | 0.41 |
| Hex | AF | C6 | C | C | 0 | 5E | 16 | 43 | 59 | 29 |
| Octal | 257 | 306 | 14 | 14 | 0 | 136 | 26 | 103 | 131 | 51 |
| Binary | 10101111 | 11000110 | 1100 | 1100 | 0 | 1011110 | 10110 | 1000011 | 1011001 | 101001 |
Color Harmonies of #AFC60C
Complementary color
Monochromatic Colors of #AFC60C
Black with #AFC60C
Text Example
Text Example
White with #AFC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC60C; }
p { color: rgb(175,198,12); }
H1.HeaderClassName
{
color: #AFC60C;
}
.AnyTagClassName
{
color: #AFC60C;
}
</style>
background-color css
<style>
a { background-color: #AFC60C; }
a { background-color: rgb(175,198,12); }
div.DivClassName
{
background-color: #AFC60C;
}
.BgClassName
{
background-color: #AFC60C;
}
</style>
border-color css
<style>
span { border-color: #AFC60C; }
span { border-color: rgb(175,198,12); }
td.TdClassName
{
border-color: #AFC60C;
}
.TagClassName
{
border-color: #AFC60C;
}
</style>