Shades of Niagara #29AF90
Tints of Niagara #29AF90
RGB
CMYK
RGB Variations
Color information
#29AF90 (or 0x29AF90) is known color: Niagara. HEX triplet: 29, AF and 90. RGB value is (41,175,144). Sum of RGB (Red+Green+Blue) = 41+175+144=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 175 (68.75% from 255 or 48.61% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 175 - color contains mainly: green. Hex color #29AF90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29AF90 is #D6506F. Grayscale: #838383. Windows color (decimal): -14045296 or 9482025. OLE color: 9482025.
HSL color Cylindrical-coordinate representation of color #29AF90: hue angle of 166.12º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29AF90 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 175 | 144 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.31 |
| HSL | 166.12º | 0.62% | 0.42% | - |
| HSV(B) | 166.12º | 0.77% | 0.69% | - |
| XYZ | 21.28 | 33.14 | 31.66 | - |
| YUV | 131.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 175 | 144 | 0.77 | 0 | 0.18 | 0.31 | 166.12 | 0.62 | 0.42 |
| Hex | 29 | AF | 90 | 4D | 0 | 12 | 1F | A6 | 3E | 2A |
| Octal | 51 | 257 | 220 | 115 | 0 | 22 | 37 | 246 | 76 | 52 |
| Binary | 101001 | 10101111 | 10010000 | 1001101 | 0 | 10010 | 11111 | 10100110 | 111110 | 101010 |
Color Harmonies of #29AF90
Complementary color
Monochromatic Colors of #29AF90
Black with #29AF90
Text Example
Text Example
White with #29AF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29AF90; }
p { color: rgb(41,175,144); }
H1.HeaderClassName
{
color: #29AF90;
}
.AnyTagClassName
{
color: #29AF90;
}
</style>
background-color css
<style>
a { background-color: #29AF90; }
a { background-color: rgb(41,175,144); }
div.DivClassName
{
background-color: #29AF90;
}
.BgClassName
{
background-color: #29AF90;
}
</style>
border-color css
<style>
span { border-color: #29AF90; }
span { border-color: rgb(41,175,144); }
td.TdClassName
{
border-color: #29AF90;
}
.TagClassName
{
border-color: #29AF90;
}
</style>