Shades of Rio Grande #ACCD0A
Tints of Rio Grande #ACCD0A
RGB
CMYK
RGB Variations
Color information
#ACCD0A (or 0xACCD0A) is known color: Rio Grande. HEX triplet: AC, CD and 0A. RGB value is (172,205,10). Sum of RGB (Red+Green+Blue) = 172+205+10=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 205 (80.47% from 255 or 52.97% from 387); Blue value is 10 (4.30% from 255 or 2.58% from 387); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCD0A is #5332F5. Grayscale: #ADADAD. Windows color (decimal): -5452534 or 708012. OLE color: 708012.
HSL color Cylindrical-coordinate representation of color #ACCD0A: hue angle of 70.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACCD0A is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 10 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.20 |
| HSL | 70.15º | 0.91% | 0.42% | - |
| HSV(B) | 70.15º | 0.95% | 0.8% | - |
| XYZ | 38.9 | 52.46 | 8.36 | - |
| YUV | 172.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 10 | 0.16 | 0 | 0.95 | 0.20 | 70.15 | 0.91 | 0.42 |
| Hex | AC | CD | A | 10 | 0 | 5F | 14 | 46 | 5B | 2A |
| Octal | 254 | 315 | 12 | 20 | 0 | 137 | 24 | 106 | 133 | 52 |
| Binary | 10101100 | 11001101 | 1010 | 10000 | 0 | 1011111 | 10100 | 1000110 | 1011011 | 101010 |
Color Harmonies of #ACCD0A
Complementary color
Monochromatic Colors of #ACCD0A
Black with #ACCD0A
Text Example
Text Example
White with #ACCD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD0A; }
p { color: rgb(172,205,10); }
H1.HeaderClassName
{
color: #ACCD0A;
}
.AnyTagClassName
{
color: #ACCD0A;
}
</style>
background-color css
<style>
a { background-color: #ACCD0A; }
a { background-color: rgb(172,205,10); }
div.DivClassName
{
background-color: #ACCD0A;
}
.BgClassName
{
background-color: #ACCD0A;
}
</style>
border-color css
<style>
span { border-color: #ACCD0A; }
span { border-color: rgb(172,205,10); }
td.TdClassName
{
border-color: #ACCD0A;
}
.TagClassName
{
border-color: #ACCD0A;
}
</style>