Shades of Rio Grande #AFC60F
Tints of Rio Grande #AFC60F
RGB
CMYK
RGB Variations
Color information
#AFC60F (or 0xAFC60F) is known color: Rio Grande. HEX triplet: AF, C6 and 0F. RGB value is (175,198,15). Sum of RGB (Red+Green+Blue) = 175+198+15=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 198 (77.73% from 255 or 51.03% from 388); Blue value is 15 (6.25% from 255 or 3.87% from 388); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC60F is #5039F0. Grayscale: #AAAAAA. Windows color (decimal): -5257713 or 1033903. OLE color: 1033903.
HSL color Cylindrical-coordinate representation of color #AFC60F: hue angle of 67.54º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFC60F is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 15 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.22 |
| HSL | 67.54º | 0.86% | 0.42% | - |
| HSV(B) | 67.54º | 0.92% | 0.78% | - |
| XYZ | 37.96 | 49.54 | 8.01 | - |
| YUV | 170.26 | 40.38 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 15 | 0.12 | 0 | 0.92 | 0.22 | 67.54 | 0.86 | 0.42 |
| Hex | AF | C6 | F | C | 0 | 5C | 16 | 44 | 56 | 2A |
| Octal | 257 | 306 | 17 | 14 | 0 | 134 | 26 | 104 | 126 | 52 |
| Binary | 10101111 | 11000110 | 1111 | 1100 | 0 | 1011100 | 10110 | 1000100 | 1010110 | 101010 |
Color Harmonies of #AFC60F
Complementary color
Monochromatic Colors of #AFC60F
Black with #AFC60F
Text Example
Text Example
White with #AFC60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC60F; }
p { color: rgb(175,198,15); }
H1.HeaderClassName
{
color: #AFC60F;
}
.AnyTagClassName
{
color: #AFC60F;
}
</style>
background-color css
<style>
a { background-color: #AFC60F; }
a { background-color: rgb(175,198,15); }
div.DivClassName
{
background-color: #AFC60F;
}
.BgClassName
{
background-color: #AFC60F;
}
</style>
border-color css
<style>
span { border-color: #AFC60F; }
span { border-color: rgb(175,198,15); }
td.TdClassName
{
border-color: #AFC60F;
}
.TagClassName
{
border-color: #AFC60F;
}
</style>