Shades of Shamrock #24CC85
Tints of Shamrock #24CC85
RGB
CMYK
RGB Variations
Color information
#24CC85 (or 0x24CC85) is known color: Shamrock. HEX triplet: 24, CC and 85. RGB value is (36,204,133). Sum of RGB (Red+Green+Blue) = 36+204+133=373 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.65% from 373); Green value is 204 (80.08% from 255 or 54.69% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 204 - color contains mainly: green. Hex color #24CC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #24CC85 is #DB337A. Grayscale: #919191. Windows color (decimal): -14365563 or 8768548. OLE color: 8768548.
HSL color Cylindrical-coordinate representation of color #24CC85: hue angle of 154.64º 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 #24CC85 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 36 | 204 | 133 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.2 |
| HSL | 154.64º | 0.7% | 0.47% | - |
| HSV(B) | 154.64º | 0.82% | 0.8% | - |
| XYZ | 26.55 | 45.25 | 29.53 | - |
| YUV | 145.67 | 120.84 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 204 | 133 | 0.82 | 0 | 0.35 | 0.2 | 154.64 | 0.7 | 0.47 |
| Hex | 24 | CC | 85 | 52 | 0 | 23 | 14 | 9B | 46 | 2F |
| Octal | 44 | 314 | 205 | 122 | 0 | 43 | 24 | 233 | 106 | 57 |
| Binary | 100100 | 11001100 | 10000101 | 1010010 | 0 | 100011 | 10100 | 10011011 | 1000110 | 101111 |
Color Harmonies of #24CC85
Complementary color
Monochromatic Colors of #24CC85
Black with #24CC85
Text Example
Text Example
White with #24CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24CC85; }
p { color: rgb(36,204,133); }
H1.HeaderClassName
{
color: #24CC85;
}
.AnyTagClassName
{
color: #24CC85;
}
</style>
background-color css
<style>
a { background-color: #24CC85; }
a { background-color: rgb(36,204,133); }
div.DivClassName
{
background-color: #24CC85;
}
.BgClassName
{
background-color: #24CC85;
}
</style>
border-color css
<style>
span { border-color: #24CC85; }
span { border-color: rgb(36,204,133); }
td.TdClassName
{
border-color: #24CC85;
}
.TagClassName
{
border-color: #24CC85;
}
</style>