Shades of Rio Grande #AFC71A
Tints of Rio Grande #AFC71A
RGB
CMYK
RGB Variations
Color information
#AFC71A (or 0xAFC71A) is known color: Rio Grande. HEX triplet: AF, C7 and 1A. RGB value is (175,199,26). Sum of RGB (Red+Green+Blue) = 175+199+26=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 199 (78.12% from 255 or 49.75% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC71A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFC71A is #5038E5. Grayscale: #ACACAC. Windows color (decimal): -5257446 or 1755055. OLE color: 1755055.
HSL color Cylindrical-coordinate representation of color #AFC71A: hue angle of 68.32º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFC71A is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 26 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.22 |
| HSL | 68.32º | 0.77% | 0.44% | - |
| HSV(B) | 68.32º | 0.87% | 0.78% | - |
| XYZ | 38.29 | 50.04 | 8.62 | - |
| YUV | 172.1 | 45.55 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 26 | 0.12 | 0 | 0.87 | 0.22 | 68.32 | 0.77 | 0.44 |
| Hex | AF | C7 | 1A | C | 0 | 57 | 16 | 44 | 4D | 2C |
| Octal | 257 | 307 | 32 | 14 | 0 | 127 | 26 | 104 | 115 | 54 |
| Binary | 10101111 | 11000111 | 11010 | 1100 | 0 | 1010111 | 10110 | 1000100 | 1001101 | 101100 |
Color Harmonies of #AFC71A
Complementary color
Monochromatic Colors of #AFC71A
Black with #AFC71A
Text Example
Text Example
White with #AFC71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC71A; }
p { color: rgb(175,199,26); }
H1.HeaderClassName
{
color: #AFC71A;
}
.AnyTagClassName
{
color: #AFC71A;
}
</style>
background-color css
<style>
a { background-color: #AFC71A; }
a { background-color: rgb(175,199,26); }
div.DivClassName
{
background-color: #AFC71A;
}
.BgClassName
{
background-color: #AFC71A;
}
</style>
border-color css
<style>
span { border-color: #AFC71A; }
span { border-color: rgb(175,199,26); }
td.TdClassName
{
border-color: #AFC71A;
}
.TagClassName
{
border-color: #AFC71A;
}
</style>