Shades of Rio Grande #AFCA1E
Tints of Rio Grande #AFCA1E
RGB
CMYK
RGB Variations
Color information
#AFCA1E (or 0xAFCA1E) is known color: Rio Grande. HEX triplet: AF, CA and 1E. RGB value is (175,202,30). Sum of RGB (Red+Green+Blue) = 175+202+30=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 30 (12.11% from 255 or 7.37% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCA1E is #5035E1. Grayscale: #AEAEAE. Windows color (decimal): -5256674 or 2017967. OLE color: 2017967.
HSL color Cylindrical-coordinate representation of color #AFCA1E: hue angle of 69.42º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFCA1E is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 30 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.21 |
| HSL | 69.42º | 0.74% | 0.45% | - |
| HSV(B) | 69.42º | 0.85% | 0.79% | - |
| XYZ | 39.03 | 51.45 | 9.1 | - |
| YUV | 174.32 | 46.55 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 30 | 0.13 | 0 | 0.85 | 0.21 | 69.42 | 0.74 | 0.45 |
| Hex | AF | CA | 1E | D | 0 | 55 | 15 | 45 | 4A | 2D |
| Octal | 257 | 312 | 36 | 15 | 0 | 125 | 25 | 105 | 112 | 55 |
| Binary | 10101111 | 11001010 | 11110 | 1101 | 0 | 1010101 | 10101 | 1000101 | 1001010 | 101101 |
Color Harmonies of #AFCA1E
Complementary color
Monochromatic Colors of #AFCA1E
Black with #AFCA1E
Text Example
Text Example
White with #AFCA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA1E; }
p { color: rgb(175,202,30); }
H1.HeaderClassName
{
color: #AFCA1E;
}
.AnyTagClassName
{
color: #AFCA1E;
}
</style>
background-color css
<style>
a { background-color: #AFCA1E; }
a { background-color: rgb(175,202,30); }
div.DivClassName
{
background-color: #AFCA1E;
}
.BgClassName
{
background-color: #AFCA1E;
}
</style>
border-color css
<style>
span { border-color: #AFCA1E; }
span { border-color: rgb(175,202,30); }
td.TdClassName
{
border-color: #AFCA1E;
}
.TagClassName
{
border-color: #AFCA1E;
}
</style>