Shades of Rio Grande #AFCF12
Tints of Rio Grande #AFCF12
RGB
CMYK
RGB Variations
Color information
#AFCF12 (or 0xAFCF12) is known color: Rio Grande. HEX triplet: AF, CF and 12. RGB value is (175,207,18). Sum of RGB (Red+Green+Blue) = 175+207+18=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCF12 is #5030ED. Grayscale: #B0B0B0. Windows color (decimal): -5255406 or 1232815. OLE color: 1232815.
HSL color Cylindrical-coordinate representation of color #AFCF12: hue angle of 70.16º 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 #AFCF12 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 18 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.19 |
| HSL | 70.16º | 0.84% | 0.44% | - |
| HSV(B) | 70.16º | 0.91% | 0.81% | - |
| XYZ | 40.1 | 53.78 | 8.84 | - |
| YUV | 175.89 | 38.9 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 18 | 0.15 | 0 | 0.91 | 0.19 | 70.16 | 0.84 | 0.44 |
| Hex | AF | CF | 12 | F | 0 | 5B | 13 | 46 | 54 | 2C |
| Octal | 257 | 317 | 22 | 17 | 0 | 133 | 23 | 106 | 124 | 54 |
| Binary | 10101111 | 11001111 | 10010 | 1111 | 0 | 1011011 | 10011 | 1000110 | 1010100 | 101100 |
Color Harmonies of #AFCF12
Complementary color
Monochromatic Colors of #AFCF12
Black with #AFCF12
Text Example
Text Example
White with #AFCF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF12; }
p { color: rgb(175,207,18); }
H1.HeaderClassName
{
color: #AFCF12;
}
.AnyTagClassName
{
color: #AFCF12;
}
</style>
background-color css
<style>
a { background-color: #AFCF12; }
a { background-color: rgb(175,207,18); }
div.DivClassName
{
background-color: #AFCF12;
}
.BgClassName
{
background-color: #AFCF12;
}
</style>
border-color css
<style>
span { border-color: #AFCF12; }
span { border-color: rgb(175,207,18); }
td.TdClassName
{
border-color: #AFCF12;
}
.TagClassName
{
border-color: #AFCF12;
}
</style>