Shades of Rio Grande #AFCC1D
Tints of Rio Grande #AFCC1D
RGB
CMYK
RGB Variations
Color information
#AFCC1D (or 0xAFCC1D) is known color: Rio Grande. HEX triplet: AF, CC and 1D. RGB value is (175,204,29). Sum of RGB (Red+Green+Blue) = 175+204+29=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 29 (11.72% from 255 or 7.11% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC1D is #5033E2. Grayscale: #B0B0B0. Windows color (decimal): -5256163 or 1952943. OLE color: 1952943.
HSL color Cylindrical-coordinate representation of color #AFCC1D: hue angle of 69.94º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFCC1D is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 29 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.2 |
| HSL | 69.94º | 0.75% | 0.46% | - |
| HSV(B) | 69.94º | 0.86% | 0.8% | - |
| XYZ | 39.49 | 52.39 | 9.19 | - |
| YUV | 175.38 | 45.39 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 29 | 0.14 | 0 | 0.86 | 0.2 | 69.94 | 0.75 | 0.46 |
| Hex | AF | CC | 1D | E | 0 | 56 | 14 | 46 | 4B | 2E |
| Octal | 257 | 314 | 35 | 16 | 0 | 126 | 24 | 106 | 113 | 56 |
| Binary | 10101111 | 11001100 | 11101 | 1110 | 0 | 1010110 | 10100 | 1000110 | 1001011 | 101110 |
Color Harmonies of #AFCC1D
Complementary color
Monochromatic Colors of #AFCC1D
Black with #AFCC1D
Text Example
Text Example
White with #AFCC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC1D; }
p { color: rgb(175,204,29); }
H1.HeaderClassName
{
color: #AFCC1D;
}
.AnyTagClassName
{
color: #AFCC1D;
}
</style>
background-color css
<style>
a { background-color: #AFCC1D; }
a { background-color: rgb(175,204,29); }
div.DivClassName
{
background-color: #AFCC1D;
}
.BgClassName
{
background-color: #AFCC1D;
}
</style>
border-color css
<style>
span { border-color: #AFCC1D; }
span { border-color: rgb(175,204,29); }
td.TdClassName
{
border-color: #AFCC1D;
}
.TagClassName
{
border-color: #AFCC1D;
}
</style>