Shades of Rio Grande #ACCF0A
Tints of Rio Grande #ACCF0A
RGB
CMYK
RGB Variations
Color information
#ACCF0A (or 0xACCF0A) is known color: Rio Grande. HEX triplet: AC, CF and 0A. RGB value is (172,207,10). Sum of RGB (Red+Green+Blue) = 172+207+10=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCF0A is #5330F5. Grayscale: #AEAEAE. Windows color (decimal): -5452022 or 708524. OLE color: 708524.
HSL color Cylindrical-coordinate representation of color #ACCF0A: hue angle of 70.66º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACCF0A is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 10 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.19 |
| HSL | 70.66º | 0.91% | 0.43% | - |
| HSV(B) | 70.66º | 0.95% | 0.81% | - |
| XYZ | 39.38 | 53.42 | 8.52 | - |
| YUV | 174.08 | 35.4 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 10 | 0.17 | 0 | 0.95 | 0.19 | 70.66 | 0.91 | 0.43 |
| Hex | AC | CF | A | 11 | 0 | 5F | 13 | 47 | 5B | 2B |
| Octal | 254 | 317 | 12 | 21 | 0 | 137 | 23 | 107 | 133 | 53 |
| Binary | 10101100 | 11001111 | 1010 | 10001 | 0 | 1011111 | 10011 | 1000111 | 1011011 | 101011 |
Color Harmonies of #ACCF0A
Complementary color
Monochromatic Colors of #ACCF0A
Black with #ACCF0A
Text Example
Text Example
White with #ACCF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF0A; }
p { color: rgb(172,207,10); }
H1.HeaderClassName
{
color: #ACCF0A;
}
.AnyTagClassName
{
color: #ACCF0A;
}
</style>
background-color css
<style>
a { background-color: #ACCF0A; }
a { background-color: rgb(172,207,10); }
div.DivClassName
{
background-color: #ACCF0A;
}
.BgClassName
{
background-color: #ACCF0A;
}
</style>
border-color css
<style>
span { border-color: #ACCF0A; }
span { border-color: rgb(172,207,10); }
td.TdClassName
{
border-color: #ACCF0A;
}
.TagClassName
{
border-color: #ACCF0A;
}
</style>