Shades of Shamrock #42EA9E
Tints of Shamrock #42EA9E
RGB
CMYK
RGB Variations
Color information
#42EA9E (or 0x42EA9E) is known color: Shamrock. HEX triplet: 42, EA and 9E. RGB value is (66,234,158). Sum of RGB (Red+Green+Blue) = 66+234+158=458 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.41% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #42EA9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EA9E is #BD1561. Grayscale: #AFAFAF. Windows color (decimal): -12391778 or 10414658. OLE color: 10414658.
HSL color Cylindrical-coordinate representation of color #42EA9E: hue angle of 152.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EA9E is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 66 | 234 | 158 | - |
| CMYK | 0.72 | 0 | 0.32 | 0.08 |
| HSL | 152.86º | 0.8% | 0.59% | - |
| HSV(B) | 152.86º | 0.72% | 0.92% | - |
| XYZ | 37.84 | 62.47 | 42.41 | - |
| YUV | 175.1 | 118.34 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 234 | 158 | 0.72 | 0 | 0.32 | 0.08 | 152.86 | 0.8 | 0.59 |
| Hex | 42 | EA | 9E | 48 | 0 | 20 | 8 | 99 | 50 | 3B |
| Octal | 102 | 352 | 236 | 110 | 0 | 40 | 10 | 231 | 120 | 73 |
| Binary | 1000010 | 11101010 | 10011110 | 1001000 | 0 | 100000 | 1000 | 10011001 | 1010000 | 111011 |
Color Harmonies of #42EA9E
Complementary color
Monochromatic Colors of #42EA9E
Black with #42EA9E
Text Example
Text Example
White with #42EA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EA9E; }
p { color: rgb(66,234,158); }
H1.HeaderClassName
{
color: #42EA9E;
}
.AnyTagClassName
{
color: #42EA9E;
}
</style>
background-color css
<style>
a { background-color: #42EA9E; }
a { background-color: rgb(66,234,158); }
div.DivClassName
{
background-color: #42EA9E;
}
.BgClassName
{
background-color: #42EA9E;
}
</style>
border-color css
<style>
span { border-color: #42EA9E; }
span { border-color: rgb(66,234,158); }
td.TdClassName
{
border-color: #42EA9E;
}
.TagClassName
{
border-color: #42EA9E;
}
</style>