Shades of Rio Grande #ACCF10
Tints of Rio Grande #ACCF10
RGB
CMYK
RGB Variations
Color information
#ACCF10 (or 0xACCF10) is known color: Rio Grande. HEX triplet: AC, CF and 10. RGB value is (172,207,16). Sum of RGB (Red+Green+Blue) = 172+207+16=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 207 (81.25% from 255 or 52.41% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCF10 is #5330EF. Grayscale: #AFAFAF. Windows color (decimal): -5452016 or 1101740. OLE color: 1101740.
HSL color Cylindrical-coordinate representation of color #ACCF10: hue angle of 70.99º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACCF10 is Cyan = 0.17, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 16 | - |
| CMYK | 0.17 | 0 | 0.92 | 0.19 |
| HSL | 70.99º | 0.86% | 0.44% | - |
| HSV(B) | 70.99º | 0.92% | 0.81% | - |
| XYZ | 39.42 | 53.43 | 8.73 | - |
| YUV | 174.76 | 38.4 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 16 | 0.17 | 0 | 0.92 | 0.19 | 70.99 | 0.86 | 0.44 |
| Hex | AC | CF | 10 | 11 | 0 | 5C | 13 | 47 | 56 | 2C |
| Octal | 254 | 317 | 20 | 21 | 0 | 134 | 23 | 107 | 126 | 54 |
| Binary | 10101100 | 11001111 | 10000 | 10001 | 0 | 1011100 | 10011 | 1000111 | 1010110 | 101100 |
Color Harmonies of #ACCF10
Complementary color
Monochromatic Colors of #ACCF10
Black with #ACCF10
Text Example
Text Example
White with #ACCF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF10; }
p { color: rgb(172,207,16); }
H1.HeaderClassName
{
color: #ACCF10;
}
.AnyTagClassName
{
color: #ACCF10;
}
</style>
background-color css
<style>
a { background-color: #ACCF10; }
a { background-color: rgb(172,207,16); }
div.DivClassName
{
background-color: #ACCF10;
}
.BgClassName
{
background-color: #ACCF10;
}
</style>
border-color css
<style>
span { border-color: #ACCF10; }
span { border-color: rgb(172,207,16); }
td.TdClassName
{
border-color: #ACCF10;
}
.TagClassName
{
border-color: #ACCF10;
}
</style>