Shades of Rio Grande #AECF0B
Tints of Rio Grande #AECF0B
RGB
CMYK
RGB Variations
Color information
#AECF0B (or 0xAECF0B) is known color: Rio Grande. HEX triplet: AE, CF and 0B. RGB value is (174,207,11). Sum of RGB (Red+Green+Blue) = 174+207+11=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 207 (81.25% from 255 or 52.81% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AECF0B is #5130F4. Grayscale: #AFAFAF. Windows color (decimal): -5320949 or 774062. OLE color: 774062.
HSL color Cylindrical-coordinate representation of color #AECF0B: hue angle of 70.1º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AECF0B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 11 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.19 |
| HSL | 70.1º | 0.9% | 0.43% | - |
| HSV(B) | 70.1º | 0.95% | 0.81% | - |
| XYZ | 39.83 | 53.65 | 8.57 | - |
| YUV | 174.79 | 35.57 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 11 | 0.16 | 0 | 0.95 | 0.19 | 70.1 | 0.9 | 0.43 |
| Hex | AE | CF | B | 10 | 0 | 5F | 13 | 46 | 5A | 2B |
| Octal | 256 | 317 | 13 | 20 | 0 | 137 | 23 | 106 | 132 | 53 |
| Binary | 10101110 | 11001111 | 1011 | 10000 | 0 | 1011111 | 10011 | 1000110 | 1011010 | 101011 |
Color Harmonies of #AECF0B
Complementary color
Monochromatic Colors of #AECF0B
Black with #AECF0B
Text Example
Text Example
White with #AECF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF0B; }
p { color: rgb(174,207,11); }
H1.HeaderClassName
{
color: #AECF0B;
}
.AnyTagClassName
{
color: #AECF0B;
}
</style>
background-color css
<style>
a { background-color: #AECF0B; }
a { background-color: rgb(174,207,11); }
div.DivClassName
{
background-color: #AECF0B;
}
.BgClassName
{
background-color: #AECF0B;
}
</style>
border-color css
<style>
span { border-color: #AECF0B; }
span { border-color: rgb(174,207,11); }
td.TdClassName
{
border-color: #AECF0B;
}
.TagClassName
{
border-color: #AECF0B;
}
</style>