Shades of Rio Grande #AFCA0D
Tints of Rio Grande #AFCA0D
RGB
CMYK
RGB Variations
Color information
#AFCA0D (or 0xAFCA0D) is known color: Rio Grande. HEX triplet: AF, CA and 0D. RGB value is (175,202,13). Sum of RGB (Red+Green+Blue) = 175+202+13=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 13 (5.47% from 255 or 3.33% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA0D is #5035F2. Grayscale: #ADADAD. Windows color (decimal): -5256691 or 903855. OLE color: 903855.
HSL color Cylindrical-coordinate representation of color #AFCA0D: hue angle of 68.57º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFCA0D is Cyan = 0.13, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 13 | - |
| CMYK | 0.13 | 0 | 0.94 | 0.21 |
| HSL | 68.57º | 0.88% | 0.42% | - |
| HSV(B) | 68.57º | 0.94% | 0.79% | - |
| XYZ | 38.87 | 51.38 | 8.25 | - |
| YUV | 172.38 | 38.05 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 13 | 0.13 | 0 | 0.94 | 0.21 | 68.57 | 0.88 | 0.42 |
| Hex | AF | CA | D | D | 0 | 5E | 15 | 45 | 58 | 2A |
| Octal | 257 | 312 | 15 | 15 | 0 | 136 | 25 | 105 | 130 | 52 |
| Binary | 10101111 | 11001010 | 1101 | 1101 | 0 | 1011110 | 10101 | 1000101 | 1011000 | 101010 |
Color Harmonies of #AFCA0D
Complementary color
Monochromatic Colors of #AFCA0D
Black with #AFCA0D
Text Example
Text Example
White with #AFCA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA0D; }
p { color: rgb(175,202,13); }
H1.HeaderClassName
{
color: #AFCA0D;
}
.AnyTagClassName
{
color: #AFCA0D;
}
</style>
background-color css
<style>
a { background-color: #AFCA0D; }
a { background-color: rgb(175,202,13); }
div.DivClassName
{
background-color: #AFCA0D;
}
.BgClassName
{
background-color: #AFCA0D;
}
</style>
border-color css
<style>
span { border-color: #AFCA0D; }
span { border-color: rgb(175,202,13); }
td.TdClassName
{
border-color: #AFCA0D;
}
.TagClassName
{
border-color: #AFCA0D;
}
</style>