Shades of Rio Grande #ACCF12
Tints of Rio Grande #ACCF12
RGB
CMYK
RGB Variations
Color information
#ACCF12 (or 0xACCF12) is known color: Rio Grande. HEX triplet: AC, CF and 12. RGB value is (172,207,18). Sum of RGB (Red+Green+Blue) = 172+207+18=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACCF12 is #5330ED. Grayscale: #AFAFAF. Windows color (decimal): -5452014 or 1232812. OLE color: 1232812.
HSL color Cylindrical-coordinate representation of color #ACCF12: hue angle of 71.11º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACCF12 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 18 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.19 |
| HSL | 71.11º | 0.84% | 0.44% | - |
| HSV(B) | 71.11º | 0.91% | 0.81% | - |
| XYZ | 39.44 | 53.44 | 8.81 | - |
| YUV | 174.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 18 | 0.17 | 0 | 0.91 | 0.19 | 71.11 | 0.84 | 0.44 |
| Hex | AC | CF | 12 | 11 | 0 | 5B | 13 | 47 | 54 | 2C |
| Octal | 254 | 317 | 22 | 21 | 0 | 133 | 23 | 107 | 124 | 54 |
| Binary | 10101100 | 11001111 | 10010 | 10001 | 0 | 1011011 | 10011 | 1000111 | 1010100 | 101100 |
Color Harmonies of #ACCF12
Complementary color
Monochromatic Colors of #ACCF12
Black with #ACCF12
Text Example
Text Example
White with #ACCF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCF12; }
p { color: rgb(172,207,18); }
H1.HeaderClassName
{
color: #ACCF12;
}
.AnyTagClassName
{
color: #ACCF12;
}
</style>
background-color css
<style>
a { background-color: #ACCF12; }
a { background-color: rgb(172,207,18); }
div.DivClassName
{
background-color: #ACCF12;
}
.BgClassName
{
background-color: #ACCF12;
}
</style>
border-color css
<style>
span { border-color: #ACCF12; }
span { border-color: rgb(172,207,18); }
td.TdClassName
{
border-color: #ACCF12;
}
.TagClassName
{
border-color: #ACCF12;
}
</style>