Shades of Shamrock #42C098
Tints of Shamrock #42C098
RGB
CMYK
RGB Variations
Color information
#42C098 (or 0x42C098) is known color: Shamrock. HEX triplet: 42, C0 and 98. RGB value is (66,192,152). Sum of RGB (Red+Green+Blue) = 66+192+152=410 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.10% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #42C098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C098 is #BD3F67. Grayscale: #959595. Windows color (decimal): -12402536 or 10010690. OLE color: 10010690.
HSL color Cylindrical-coordinate representation of color #42C098: hue angle of 160.95º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C098 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 152 | - |
| CMYK | 0.66 | 0 | 0.21 | 0.25 |
| HSL | 160.95º | 0.5% | 0.51% | - |
| HSV(B) | 160.95º | 0.66% | 0.75% | - |
| XYZ | 26.76 | 41.12 | 36.23 | - |
| YUV | 149.77 | 129.26 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 152 | 0.66 | 0 | 0.21 | 0.25 | 160.95 | 0.5 | 0.51 |
| Hex | 42 | C0 | 98 | 42 | 0 | 15 | 19 | A1 | 32 | 33 |
| Octal | 102 | 300 | 230 | 102 | 0 | 25 | 31 | 241 | 62 | 63 |
| Binary | 1000010 | 11000000 | 10011000 | 1000010 | 0 | 10101 | 11001 | 10100001 | 110010 | 110011 |
Color Harmonies of #42C098
Complementary color
Monochromatic Colors of #42C098
Black with #42C098
Text Example
Text Example
White with #42C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C098; }
p { color: rgb(66,192,152); }
H1.HeaderClassName
{
color: #42C098;
}
.AnyTagClassName
{
color: #42C098;
}
</style>
background-color css
<style>
a { background-color: #42C098; }
a { background-color: rgb(66,192,152); }
div.DivClassName
{
background-color: #42C098;
}
.BgClassName
{
background-color: #42C098;
}
</style>
border-color css
<style>
span { border-color: #42C098; }
span { border-color: rgb(66,192,152); }
td.TdClassName
{
border-color: #42C098;
}
.TagClassName
{
border-color: #42C098;
}
</style>