Shades of Shamrock #24CA96
Tints of Shamrock #24CA96
RGB
CMYK
RGB Variations
Color information
#24CA96 (or 0x24CA96) is known color: Shamrock. HEX triplet: 24, CA and 96. RGB value is (36,202,150). Sum of RGB (Red+Green+Blue) = 36+202+150=388 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.28% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #24CA96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24CA96 is #DB3569. Grayscale: #929292. Windows color (decimal): -14366058 or 9882148. OLE color: 9882148.
HSL color Cylindrical-coordinate representation of color #24CA96: hue angle of 161.2º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CA96 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 36 | 202 | 150 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.21 |
| HSL | 161.2º | 0.7% | 0.47% | - |
| HSV(B) | 161.2º | 0.82% | 0.79% | - |
| XYZ | 27.35 | 44.82 | 36.06 | - |
| YUV | 146.44 | 130 | 49.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 202 | 150 | 0.82 | 0 | 0.26 | 0.21 | 161.2 | 0.7 | 0.47 |
| Hex | 24 | CA | 96 | 52 | 0 | 1A | 15 | A1 | 46 | 2F |
| Octal | 44 | 312 | 226 | 122 | 0 | 32 | 25 | 241 | 106 | 57 |
| Binary | 100100 | 11001010 | 10010110 | 1010010 | 0 | 11010 | 10101 | 10100001 | 1000110 | 101111 |
Color Harmonies of #24CA96
Complementary color
Monochromatic Colors of #24CA96
Black with #24CA96
Text Example
Text Example
White with #24CA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CA96; }
p { color: rgb(36,202,150); }
H1.HeaderClassName
{
color: #24CA96;
}
.AnyTagClassName
{
color: #24CA96;
}
</style>
background-color css
<style>
a { background-color: #24CA96; }
a { background-color: rgb(36,202,150); }
div.DivClassName
{
background-color: #24CA96;
}
.BgClassName
{
background-color: #24CA96;
}
</style>
border-color css
<style>
span { border-color: #24CA96; }
span { border-color: rgb(36,202,150); }
td.TdClassName
{
border-color: #24CA96;
}
.TagClassName
{
border-color: #24CA96;
}
</style>