Shades of Rio Grande #ACCC0F
Tints of Rio Grande #ACCC0F
RGB
CMYK
RGB Variations
Color information
#ACCC0F (or 0xACCC0F) is known color: Rio Grande. HEX triplet: AC, CC and 0F. RGB value is (172,204,15). Sum of RGB (Red+Green+Blue) = 172+204+15=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 15 (6.25% from 255 or 3.84% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCC0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCC0F is #5333F0. Grayscale: #ADADAD. Windows color (decimal): -5452785 or 1035436. OLE color: 1035436.
HSL color Cylindrical-coordinate representation of color #ACCC0F: hue angle of 70.16º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACCC0F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.2 |
| HSL | 70.16º | 0.86% | 0.43% | - |
| HSV(B) | 70.16º | 0.93% | 0.8% | - |
| XYZ | 38.69 | 51.99 | 8.45 | - |
| YUV | 172.89 | 38.9 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 15 | 0.16 | 0 | 0.93 | 0.2 | 70.16 | 0.86 | 0.43 |
| Hex | AC | CC | F | 10 | 0 | 5D | 14 | 46 | 56 | 2B |
| Octal | 254 | 314 | 17 | 20 | 0 | 135 | 24 | 106 | 126 | 53 |
| Binary | 10101100 | 11001100 | 1111 | 10000 | 0 | 1011101 | 10100 | 1000110 | 1010110 | 101011 |
Color Harmonies of #ACCC0F
Complementary color
Monochromatic Colors of #ACCC0F
Black with #ACCC0F
Text Example
Text Example
White with #ACCC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCC0F; }
p { color: rgb(172,204,15); }
H1.HeaderClassName
{
color: #ACCC0F;
}
.AnyTagClassName
{
color: #ACCC0F;
}
</style>
background-color css
<style>
a { background-color: #ACCC0F; }
a { background-color: rgb(172,204,15); }
div.DivClassName
{
background-color: #ACCC0F;
}
.BgClassName
{
background-color: #ACCC0F;
}
</style>
border-color css
<style>
span { border-color: #ACCC0F; }
span { border-color: rgb(172,204,15); }
td.TdClassName
{
border-color: #ACCC0F;
}
.TagClassName
{
border-color: #ACCC0F;
}
</style>