Shades of Shamrock #42C094
Tints of Shamrock #42C094
RGB
CMYK
RGB Variations
Color information
#42C094 (or 0x42C094) is known color: Shamrock. HEX triplet: 42, C0 and 94. RGB value is (66,192,148). Sum of RGB (Red+Green+Blue) = 66+192+148=406 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.26% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #42C094 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C094 is #BD3F6B. Grayscale: #959595. Windows color (decimal): -12402540 or 9748546. OLE color: 9748546.
HSL color Cylindrical-coordinate representation of color #42C094: hue angle of 159.05º 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 #42C094 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 148 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.25 |
| HSL | 159.05º | 0.5% | 0.51% | - |
| HSV(B) | 159.05º | 0.66% | 0.75% | - |
| XYZ | 26.44 | 41 | 34.54 | - |
| YUV | 149.31 | 127.26 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 148 | 0.66 | 0 | 0.23 | 0.25 | 159.05 | 0.5 | 0.51 |
| Hex | 42 | C0 | 94 | 42 | 0 | 17 | 19 | 9F | 32 | 33 |
| Octal | 102 | 300 | 224 | 102 | 0 | 27 | 31 | 237 | 62 | 63 |
| Binary | 1000010 | 11000000 | 10010100 | 1000010 | 0 | 10111 | 11001 | 10011111 | 110010 | 110011 |
Color Harmonies of #42C094
Complementary color
Monochromatic Colors of #42C094
Black with #42C094
Text Example
Text Example
White with #42C094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C094; }
p { color: rgb(66,192,148); }
H1.HeaderClassName
{
color: #42C094;
}
.AnyTagClassName
{
color: #42C094;
}
</style>
background-color css
<style>
a { background-color: #42C094; }
a { background-color: rgb(66,192,148); }
div.DivClassName
{
background-color: #42C094;
}
.BgClassName
{
background-color: #42C094;
}
</style>
border-color css
<style>
span { border-color: #42C094; }
span { border-color: rgb(66,192,148); }
td.TdClassName
{
border-color: #42C094;
}
.TagClassName
{
border-color: #42C094;
}
</style>