Shades of Shamrock #42EC9E
Tints of Shamrock #42EC9E
RGB
CMYK
RGB Variations
Color information
#42EC9E (or 0x42EC9E) is known color: Shamrock. HEX triplet: 42, EC and 9E. RGB value is (66,236,158). Sum of RGB (Red+Green+Blue) = 66+236+158=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 236 (92.58% from 255 or 51.30% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 236 - color contains mainly: green. Hex color #42EC9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EC9E is #BD1361. Grayscale: #B0B0B0. Windows color (decimal): -12391266 or 10415170. OLE color: 10415170.
HSL color Cylindrical-coordinate representation of color #42EC9E: hue angle of 152.47º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EC9E is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 236 | 158 | - |
| CMYK | 0.72 | 0 | 0.33 | 0.07 |
| HSL | 152.47º | 0.82% | 0.59% | - |
| HSV(B) | 152.47º | 0.72% | 0.93% | - |
| XYZ | 38.41 | 63.62 | 42.6 | - |
| YUV | 176.28 | 117.68 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 236 | 158 | 0.72 | 0 | 0.33 | 0.07 | 152.47 | 0.82 | 0.59 |
| Hex | 42 | EC | 9E | 48 | 0 | 21 | 7 | 98 | 52 | 3B |
| Octal | 102 | 354 | 236 | 110 | 0 | 41 | 7 | 230 | 122 | 73 |
| Binary | 1000010 | 11101100 | 10011110 | 1001000 | 0 | 100001 | 111 | 10011000 | 1010010 | 111011 |
Color Harmonies of #42EC9E
Complementary color
Monochromatic Colors of #42EC9E
Black with #42EC9E
Text Example
Text Example
White with #42EC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EC9E; }
p { color: rgb(66,236,158); }
H1.HeaderClassName
{
color: #42EC9E;
}
.AnyTagClassName
{
color: #42EC9E;
}
</style>
background-color css
<style>
a { background-color: #42EC9E; }
a { background-color: rgb(66,236,158); }
div.DivClassName
{
background-color: #42EC9E;
}
.BgClassName
{
background-color: #42EC9E;
}
</style>
border-color css
<style>
span { border-color: #42EC9E; }
span { border-color: rgb(66,236,158); }
td.TdClassName
{
border-color: #42EC9E;
}
.TagClassName
{
border-color: #42EC9E;
}
</style>