Shades of Niagara #20AF91
Tints of Niagara #20AF91
RGB
CMYK
RGB Variations
Color information
#20AF91 (or 0x20AF91) is known color: Niagara. HEX triplet: 20, AF and 91. RGB value is (32,175,145). Sum of RGB (Red+Green+Blue) = 32+175+145=352 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.09% from 352); Green value is 175 (68.75% from 255 or 49.72% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AF91 is #DF506E. Grayscale: #808080. Windows color (decimal): -14635119 or 9547552. OLE color: 9547552.
HSL color Cylindrical-coordinate representation of color #20AF91: hue angle of 167.41º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF91 is Cyan = 0.82, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 145 | - |
| CMYK | 0.82 | 0 | 0.17 | 0.31 |
| HSL | 167.41º | 0.69% | 0.41% | - |
| HSV(B) | 167.41º | 0.82% | 0.69% | - |
| XYZ | 21.04 | 33.01 | 32.05 | - |
| YUV | 128.82 | 137.12 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 145 | 0.82 | 0 | 0.17 | 0.31 | 167.41 | 0.69 | 0.41 |
| Hex | 20 | AF | 91 | 52 | 0 | 11 | 1F | A7 | 45 | 29 |
| Octal | 40 | 257 | 221 | 122 | 0 | 21 | 37 | 247 | 105 | 51 |
| Binary | 100000 | 10101111 | 10010001 | 1010010 | 0 | 10001 | 11111 | 10100111 | 1000101 | 101001 |
Color Harmonies of #20AF91
Complementary color
Monochromatic Colors of #20AF91
Black with #20AF91
Text Example
Text Example
White with #20AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF91; }
p { color: rgb(32,175,145); }
H1.HeaderClassName
{
color: #20AF91;
}
.AnyTagClassName
{
color: #20AF91;
}
</style>
background-color css
<style>
a { background-color: #20AF91; }
a { background-color: rgb(32,175,145); }
div.DivClassName
{
background-color: #20AF91;
}
.BgClassName
{
background-color: #20AF91;
}
</style>
border-color css
<style>
span { border-color: #20AF91; }
span { border-color: rgb(32,175,145); }
td.TdClassName
{
border-color: #20AF91;
}
.TagClassName
{
border-color: #20AF91;
}
</style>