Shades of Rio Grande #ACCD0C
Tints of Rio Grande #ACCD0C
RGB
CMYK
RGB Variations
Color information
#ACCD0C (or 0xACCD0C) is known color: Rio Grande. HEX triplet: AC, CD and 0C. RGB value is (172,205,12). Sum of RGB (Red+Green+Blue) = 172+205+12=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCD0C is #5332F3. Grayscale: #ADADAD. Windows color (decimal): -5452532 or 839084. OLE color: 839084.
HSL color Cylindrical-coordinate representation of color #ACCD0C: hue angle of 70.26º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACCD0C is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 12 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.20 |
| HSL | 70.26º | 0.89% | 0.43% | - |
| HSV(B) | 70.26º | 0.94% | 0.8% | - |
| XYZ | 38.91 | 52.46 | 8.42 | - |
| YUV | 173.13 | 37.07 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 12 | 0.16 | 0 | 0.94 | 0.20 | 70.26 | 0.89 | 0.43 |
| Hex | AC | CD | C | 10 | 0 | 5E | 14 | 46 | 59 | 2B |
| Octal | 254 | 315 | 14 | 20 | 0 | 136 | 24 | 106 | 131 | 53 |
| Binary | 10101100 | 11001101 | 1100 | 10000 | 0 | 1011110 | 10100 | 1000110 | 1011001 | 101011 |
Color Harmonies of #ACCD0C
Complementary color
Monochromatic Colors of #ACCD0C
Black with #ACCD0C
Text Example
Text Example
White with #ACCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCD0C; }
p { color: rgb(172,205,12); }
H1.HeaderClassName
{
color: #ACCD0C;
}
.AnyTagClassName
{
color: #ACCD0C;
}
</style>
background-color css
<style>
a { background-color: #ACCD0C; }
a { background-color: rgb(172,205,12); }
div.DivClassName
{
background-color: #ACCD0C;
}
.BgClassName
{
background-color: #ACCD0C;
}
</style>
border-color css
<style>
span { border-color: #ACCD0C; }
span { border-color: rgb(172,205,12); }
td.TdClassName
{
border-color: #ACCD0C;
}
.TagClassName
{
border-color: #ACCD0C;
}
</style>