Shades of Rio Grande #ACCF0E
Tints of Rio Grande #ACCF0E
RGB
CMYK
RGB Variations
Color information
#ACCF0E (or 0xACCF0E) is known color: Rio Grande. HEX triplet: AC, CF and 0E. RGB value is (172,207,14). Sum of RGB (Red+Green+Blue) = 172+207+14=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCF0E is #5330F1. Grayscale: #AFAFAF. Windows color (decimal): -5452018 or 970668. OLE color: 970668.
HSL color Cylindrical-coordinate representation of color #ACCF0E: hue angle of 70.88º 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 #ACCF0E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 14 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.19 |
| HSL | 70.88º | 0.87% | 0.43% | - |
| HSV(B) | 70.88º | 0.93% | 0.81% | - |
| XYZ | 39.41 | 53.43 | 8.65 | - |
| YUV | 174.53 | 37.4 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 14 | 0.17 | 0 | 0.93 | 0.19 | 70.88 | 0.87 | 0.43 |
| Hex | AC | CF | E | 11 | 0 | 5D | 13 | 47 | 57 | 2B |
| Octal | 254 | 317 | 16 | 21 | 0 | 135 | 23 | 107 | 127 | 53 |
| Binary | 10101100 | 11001111 | 1110 | 10001 | 0 | 1011101 | 10011 | 1000111 | 1010111 | 101011 |
Color Harmonies of #ACCF0E
Complementary color
Monochromatic Colors of #ACCF0E
Black with #ACCF0E
Text Example
Text Example
White with #ACCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF0E; }
p { color: rgb(172,207,14); }
H1.HeaderClassName
{
color: #ACCF0E;
}
.AnyTagClassName
{
color: #ACCF0E;
}
</style>
background-color css
<style>
a { background-color: #ACCF0E; }
a { background-color: rgb(172,207,14); }
div.DivClassName
{
background-color: #ACCF0E;
}
.BgClassName
{
background-color: #ACCF0E;
}
</style>
border-color css
<style>
span { border-color: #ACCF0E; }
span { border-color: rgb(172,207,14); }
td.TdClassName
{
border-color: #ACCF0E;
}
.TagClassName
{
border-color: #ACCF0E;
}
</style>