Shades of Niagara #24BA95
Tints of Niagara #24BA95
RGB
CMYK
RGB Variations
Color information
#24BA95 (or 0x24BA95) is known color: Niagara. HEX triplet: 24, BA and 95. RGB value is (36,186,149). Sum of RGB (Red+Green+Blue) = 36+186+149=371 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.70% from 371); Green value is 186 (73.05% from 255 or 50.13% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 186 - color contains mainly: green. Hex color #24BA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24BA95 is #DB456A. Grayscale: #888888. Windows color (decimal): -14370155 or 9812516. OLE color: 9812516.
HSL color Cylindrical-coordinate representation of color #24BA95: hue angle of 165.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24BA95 is Cyan = 0.81, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 186 | 149 | - |
| CMYK | 0.81 | 0 | 0.20 | 0.27 |
| HSL | 165.2º | 0.68% | 0.44% | - |
| HSV(B) | 165.2º | 0.81% | 0.73% | - |
| XYZ | 23.71 | 37.66 | 34.45 | - |
| YUV | 136.93 | 134.81 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 186 | 149 | 0.81 | 0 | 0.20 | 0.27 | 165.2 | 0.68 | 0.44 |
| Hex | 24 | BA | 95 | 51 | 0 | 14 | 1B | A5 | 44 | 2C |
| Octal | 44 | 272 | 225 | 121 | 0 | 24 | 33 | 245 | 104 | 54 |
| Binary | 100100 | 10111010 | 10010101 | 1010001 | 0 | 10100 | 11011 | 10100101 | 1000100 | 101100 |
Color Harmonies of #24BA95
Complementary color
Monochromatic Colors of #24BA95
Black with #24BA95
Text Example
Text Example
White with #24BA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24BA95; }
p { color: rgb(36,186,149); }
H1.HeaderClassName
{
color: #24BA95;
}
.AnyTagClassName
{
color: #24BA95;
}
</style>
background-color css
<style>
a { background-color: #24BA95; }
a { background-color: rgb(36,186,149); }
div.DivClassName
{
background-color: #24BA95;
}
.BgClassName
{
background-color: #24BA95;
}
</style>
border-color css
<style>
span { border-color: #24BA95; }
span { border-color: rgb(36,186,149); }
td.TdClassName
{
border-color: #24BA95;
}
.TagClassName
{
border-color: #24BA95;
}
</style>