Shades of Shamrock #24CCA2
Tints of Shamrock #24CCA2
RGB
CMYK
RGB Variations
Color information
#24CCA2 (or 0x24CCA2) is known color: Shamrock. HEX triplet: 24, CC and A2. RGB value is (36,204,162). Sum of RGB (Red+Green+Blue) = 36+204+162=402 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.96% from 402); Green value is 204 (80.08% from 255 or 50.75% from 402); Blue value is 162 (63.67% from 255 or 40.30% from 402); Max value from RGB is 204 - color contains mainly: green. Hex color #24CCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24CCA2 is #DB335D. Grayscale: #949494. Windows color (decimal): -14365534 or 10669092. OLE color: 10669092.
HSL color Cylindrical-coordinate representation of color #24CCA2: hue angle of 165º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24CCA2 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 204 | 162 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.2 |
| HSL | 165º | 0.7% | 0.47% | - |
| HSV(B) | 165º | 0.82% | 0.8% | - |
| XYZ | 28.84 | 46.17 | 41.57 | - |
| YUV | 148.98 | 135.34 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 204 | 162 | 0.82 | 0 | 0.21 | 0.2 | 165 | 0.7 | 0.47 |
| Hex | 24 | CC | A2 | 52 | 0 | 15 | 14 | A5 | 46 | 2F |
| Octal | 44 | 314 | 242 | 122 | 0 | 25 | 24 | 245 | 106 | 57 |
| Binary | 100100 | 11001100 | 10100010 | 1010010 | 0 | 10101 | 10100 | 10100101 | 1000110 | 101111 |
Color Harmonies of #24CCA2
Complementary color
Monochromatic Colors of #24CCA2
Black with #24CCA2
Text Example
Text Example
White with #24CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CCA2; }
p { color: rgb(36,204,162); }
H1.HeaderClassName
{
color: #24CCA2;
}
.AnyTagClassName
{
color: #24CCA2;
}
</style>
background-color css
<style>
a { background-color: #24CCA2; }
a { background-color: rgb(36,204,162); }
div.DivClassName
{
background-color: #24CCA2;
}
.BgClassName
{
background-color: #24CCA2;
}
</style>
border-color css
<style>
span { border-color: #24CCA2; }
span { border-color: rgb(36,204,162); }
td.TdClassName
{
border-color: #24CCA2;
}
.TagClassName
{
border-color: #24CCA2;
}
</style>