Shades of Shamrock #24C096
Tints of Shamrock #24C096
RGB
CMYK
RGB Variations
Color information
#24C096 (or 0x24C096) is known color: Shamrock. HEX triplet: 24, C0 and 96. RGB value is (36,192,150). Sum of RGB (Red+Green+Blue) = 36+192+150=378 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.52% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #24C096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24C096 is #DB3F69. Grayscale: #8C8C8C. Windows color (decimal): -14368618 or 9879588. OLE color: 9879588.
HSL color Cylindrical-coordinate representation of color #24C096: hue angle of 163.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24C096 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 192 | 150 | - |
| CMYK | 0.81 | 0 | 0.22 | 0.25 |
| HSL | 163.85º | 0.68% | 0.45% | - |
| HSV(B) | 163.85º | 0.81% | 0.75% | - |
| XYZ | 25.08 | 40.28 | 35.31 | - |
| YUV | 140.57 | 133.32 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 150 | 0.81 | 0 | 0.22 | 0.25 | 163.85 | 0.68 | 0.45 |
| Hex | 24 | C0 | 96 | 51 | 0 | 16 | 19 | A4 | 44 | 2D |
| Octal | 44 | 300 | 226 | 121 | 0 | 26 | 31 | 244 | 104 | 55 |
| Binary | 100100 | 11000000 | 10010110 | 1010001 | 0 | 10110 | 11001 | 10100100 | 1000100 | 101101 |
Color Harmonies of #24C096
Complementary color
Monochromatic Colors of #24C096
Black with #24C096
Text Example
Text Example
White with #24C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C096; }
p { color: rgb(36,192,150); }
H1.HeaderClassName
{
color: #24C096;
}
.AnyTagClassName
{
color: #24C096;
}
</style>
background-color css
<style>
a { background-color: #24C096; }
a { background-color: rgb(36,192,150); }
div.DivClassName
{
background-color: #24C096;
}
.BgClassName
{
background-color: #24C096;
}
</style>
border-color css
<style>
span { border-color: #24C096; }
span { border-color: rgb(36,192,150); }
td.TdClassName
{
border-color: #24C096;
}
.TagClassName
{
border-color: #24C096;
}
</style>