Shades of Rio Grande #ACCC0D
Tints of Rio Grande #ACCC0D
RGB
CMYK
RGB Variations
Color information
#ACCC0D (or 0xACCC0D) is known color: Rio Grande. HEX triplet: AC, CC and 0D. RGB value is (172,204,13). Sum of RGB (Red+Green+Blue) = 172+204+13=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 13 (5.47% from 255 or 3.34% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC0D is #5333F2. Grayscale: #ADADAD. Windows color (decimal): -5452787 or 904364. OLE color: 904364.
HSL color Cylindrical-coordinate representation of color #ACCC0D: hue angle of 70.05º degrees, saturation: 0.88, 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 #ACCC0D is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 13 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.2 |
| HSL | 70.05º | 0.88% | 0.43% | - |
| HSV(B) | 70.05º | 0.94% | 0.8% | - |
| XYZ | 38.68 | 51.99 | 8.38 | - |
| YUV | 172.66 | 37.9 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 13 | 0.16 | 0 | 0.94 | 0.2 | 70.05 | 0.88 | 0.43 |
| Hex | AC | CC | D | 10 | 0 | 5E | 14 | 46 | 58 | 2B |
| Octal | 254 | 314 | 15 | 20 | 0 | 136 | 24 | 106 | 130 | 53 |
| Binary | 10101100 | 11001100 | 1101 | 10000 | 0 | 1011110 | 10100 | 1000110 | 1011000 | 101011 |
Color Harmonies of #ACCC0D
Complementary color
Monochromatic Colors of #ACCC0D
Black with #ACCC0D
Text Example
Text Example
White with #ACCC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC0D; }
p { color: rgb(172,204,13); }
H1.HeaderClassName
{
color: #ACCC0D;
}
.AnyTagClassName
{
color: #ACCC0D;
}
</style>
background-color css
<style>
a { background-color: #ACCC0D; }
a { background-color: rgb(172,204,13); }
div.DivClassName
{
background-color: #ACCC0D;
}
.BgClassName
{
background-color: #ACCC0D;
}
</style>
border-color css
<style>
span { border-color: #ACCC0D; }
span { border-color: rgb(172,204,13); }
td.TdClassName
{
border-color: #ACCC0D;
}
.TagClassName
{
border-color: #ACCC0D;
}
</style>