Shades of Shamrock #24C098
Tints of Shamrock #24C098
RGB
CMYK
RGB Variations
Color information
#24C098 (or 0x24C098) is known color: Shamrock. HEX triplet: 24, C0 and 98. RGB value is (36,192,152). Sum of RGB (Red+Green+Blue) = 36+192+152=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #24C098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24C098 is #DB3F67. Grayscale: #8C8C8C. Windows color (decimal): -14368616 or 10010660. OLE color: 10010660.
HSL color Cylindrical-coordinate representation of color #24C098: hue angle of 164.62º 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 #24C098 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 36 | 192 | 152 | - |
| CMYK | 0.81 | 0 | 0.21 | 0.25 |
| HSL | 164.62º | 0.68% | 0.45% | - |
| HSV(B) | 164.62º | 0.81% | 0.75% | - |
| XYZ | 25.24 | 40.34 | 36.16 | - |
| YUV | 140.8 | 134.32 | 53.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 192 | 152 | 0.81 | 0 | 0.21 | 0.25 | 164.62 | 0.68 | 0.45 |
| Hex | 24 | C0 | 98 | 51 | 0 | 15 | 19 | A5 | 44 | 2D |
| Octal | 44 | 300 | 230 | 121 | 0 | 25 | 31 | 245 | 104 | 55 |
| Binary | 100100 | 11000000 | 10011000 | 1010001 | 0 | 10101 | 11001 | 10100101 | 1000100 | 101101 |
Color Harmonies of #24C098
Complementary color
Monochromatic Colors of #24C098
Black with #24C098
Text Example
Text Example
White with #24C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24C098; }
p { color: rgb(36,192,152); }
H1.HeaderClassName
{
color: #24C098;
}
.AnyTagClassName
{
color: #24C098;
}
</style>
background-color css
<style>
a { background-color: #24C098; }
a { background-color: rgb(36,192,152); }
div.DivClassName
{
background-color: #24C098;
}
.BgClassName
{
background-color: #24C098;
}
</style>
border-color css
<style>
span { border-color: #24C098; }
span { border-color: rgb(36,192,152); }
td.TdClassName
{
border-color: #24C098;
}
.TagClassName
{
border-color: #24C098;
}
</style>