Shades of Rio Grande #ACCE0E
Tints of Rio Grande #ACCE0E
RGB
CMYK
RGB Variations
Color information
#ACCE0E (or 0xACCE0E) is known color: Rio Grande. HEX triplet: AC, CE and 0E. RGB value is (172,206,14). Sum of RGB (Red+Green+Blue) = 172+206+14=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 206 (80.86% from 255 or 52.55% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCE0E is #5331F1. Grayscale: #AEAEAE. Windows color (decimal): -5452274 or 970412. OLE color: 970412.
HSL color Cylindrical-coordinate representation of color #ACCE0E: hue angle of 70.62º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACCE0E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 14 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.19 |
| HSL | 70.62º | 0.87% | 0.43% | - |
| HSV(B) | 70.62º | 0.93% | 0.81% | - |
| XYZ | 39.16 | 52.94 | 8.57 | - |
| YUV | 173.95 | 37.74 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 14 | 0.17 | 0 | 0.93 | 0.19 | 70.62 | 0.87 | 0.43 |
| Hex | AC | CE | E | 11 | 0 | 5D | 13 | 47 | 57 | 2B |
| Octal | 254 | 316 | 16 | 21 | 0 | 135 | 23 | 107 | 127 | 53 |
| Binary | 10101100 | 11001110 | 1110 | 10001 | 0 | 1011101 | 10011 | 1000111 | 1010111 | 101011 |
Color Harmonies of #ACCE0E
Complementary color
Monochromatic Colors of #ACCE0E
Black with #ACCE0E
Text Example
Text Example
White with #ACCE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCE0E; }
p { color: rgb(172,206,14); }
H1.HeaderClassName
{
color: #ACCE0E;
}
.AnyTagClassName
{
color: #ACCE0E;
}
</style>
background-color css
<style>
a { background-color: #ACCE0E; }
a { background-color: rgb(172,206,14); }
div.DivClassName
{
background-color: #ACCE0E;
}
.BgClassName
{
background-color: #ACCE0E;
}
</style>
border-color css
<style>
span { border-color: #ACCE0E; }
span { border-color: rgb(172,206,14); }
td.TdClassName
{
border-color: #ACCE0E;
}
.TagClassName
{
border-color: #ACCE0E;
}
</style>