Shades of La Rioja #ABC60A
Tints of La Rioja #ABC60A
RGB
CMYK
RGB Variations
Color information
#ABC60A (or 0xABC60A) is known color: La Rioja. HEX triplet: AB, C6 and 0A. RGB value is (171,198,10). Sum of RGB (Red+Green+Blue) = 171+198+10=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 198 (77.73% from 255 or 52.24% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC60A is #5439F5. Grayscale: #A9A9A9. Windows color (decimal): -5519862 or 706219. OLE color: 706219.
HSL color Cylindrical-coordinate representation of color #ABC60A: hue angle of 68.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 #ABC60A is Cyan = 0.14, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 198 | 10 | - |
| CMYK | 0.14 | 0 | 0.95 | 0.22 |
| HSL | 68.62º | 0.9% | 0.41% | - |
| HSV(B) | 68.62º | 0.95% | 0.78% | - |
| XYZ | 37.04 | 49.07 | 7.81 | - |
| YUV | 168.5 | 38.55 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 198 | 10 | 0.14 | 0 | 0.95 | 0.22 | 68.62 | 0.9 | 0.41 |
| Hex | AB | C6 | A | E | 0 | 5F | 16 | 45 | 5A | 29 |
| Octal | 253 | 306 | 12 | 16 | 0 | 137 | 26 | 105 | 132 | 51 |
| Binary | 10101011 | 11000110 | 1010 | 1110 | 0 | 1011111 | 10110 | 1000101 | 1011010 | 101001 |
Color Harmonies of #ABC60A
Complementary color
Monochromatic Colors of #ABC60A
Black with #ABC60A
Text Example
Text Example
White with #ABC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC60A; }
p { color: rgb(171,198,10); }
H1.HeaderClassName
{
color: #ABC60A;
}
.AnyTagClassName
{
color: #ABC60A;
}
</style>
background-color css
<style>
a { background-color: #ABC60A; }
a { background-color: rgb(171,198,10); }
div.DivClassName
{
background-color: #ABC60A;
}
.BgClassName
{
background-color: #ABC60A;
}
</style>
border-color css
<style>
span { border-color: #ABC60A; }
span { border-color: rgb(171,198,10); }
td.TdClassName
{
border-color: #ABC60A;
}
.TagClassName
{
border-color: #ABC60A;
}
</style>