Shades of Rio Grande #AFCD0C
Tints of Rio Grande #AFCD0C
RGB
CMYK
RGB Variations
Color information
#AFCD0C (or 0xAFCD0C) is known color: Rio Grande. HEX triplet: AF, CD and 0C. RGB value is (175,205,12). Sum of RGB (Red+Green+Blue) = 175+205+12=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD0C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCD0C is #5032F3. Grayscale: #AEAEAE. Windows color (decimal): -5255924 or 839087. OLE color: 839087.
HSL color Cylindrical-coordinate representation of color #AFCD0C: hue angle of 69.33º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFCD0C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 12 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.20 |
| HSL | 69.33º | 0.89% | 0.43% | - |
| HSV(B) | 69.33º | 0.94% | 0.8% | - |
| XYZ | 39.58 | 52.8 | 8.45 | - |
| YUV | 174.03 | 36.56 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 12 | 0.15 | 0 | 0.94 | 0.20 | 69.33 | 0.89 | 0.43 |
| Hex | AF | CD | C | F | 0 | 5E | 14 | 45 | 59 | 2B |
| Octal | 257 | 315 | 14 | 17 | 0 | 136 | 24 | 105 | 131 | 53 |
| Binary | 10101111 | 11001101 | 1100 | 1111 | 0 | 1011110 | 10100 | 1000101 | 1011001 | 101011 |
Color Harmonies of #AFCD0C
Complementary color
Monochromatic Colors of #AFCD0C
Black with #AFCD0C
Text Example
Text Example
White with #AFCD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD0C; }
p { color: rgb(175,205,12); }
H1.HeaderClassName
{
color: #AFCD0C;
}
.AnyTagClassName
{
color: #AFCD0C;
}
</style>
background-color css
<style>
a { background-color: #AFCD0C; }
a { background-color: rgb(175,205,12); }
div.DivClassName
{
background-color: #AFCD0C;
}
.BgClassName
{
background-color: #AFCD0C;
}
</style>
border-color css
<style>
span { border-color: #AFCD0C; }
span { border-color: rgb(175,205,12); }
td.TdClassName
{
border-color: #AFCD0C;
}
.TagClassName
{
border-color: #AFCD0C;
}
</style>