Shades of Shamrock #42EEA6
Tints of Shamrock #42EEA6
RGB
CMYK
RGB Variations
Color information
#42EEA6 (or 0x42EEA6) is known color: Shamrock. HEX triplet: 42, EE and A6. RGB value is (66,238,166). Sum of RGB (Red+Green+Blue) = 66+238+166=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 238 (93.36% from 255 or 50.64% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 238 - color contains mainly: green. Hex color #42EEA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EEA6 is #BD1159. Grayscale: #B2B2B2. Windows color (decimal): -12390746 or 10939970. OLE color: 10939970.
HSL color Cylindrical-coordinate representation of color #42EEA6: hue angle of 154.88º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EEA6 is Cyan = 0.72, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 238 | 166 | - |
| CMYK | 0.72 | 0 | 0.30 | 0.07 |
| HSL | 154.88º | 0.83% | 0.6% | - |
| HSV(B) | 154.88º | 0.72% | 0.93% | - |
| XYZ | 39.7 | 65.06 | 46.54 | - |
| YUV | 178.36 | 121.02 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 238 | 166 | 0.72 | 0 | 0.30 | 0.07 | 154.88 | 0.83 | 0.6 |
| Hex | 42 | EE | A6 | 48 | 0 | 1E | 7 | 9B | 53 | 3C |
| Octal | 102 | 356 | 246 | 110 | 0 | 36 | 7 | 233 | 123 | 74 |
| Binary | 1000010 | 11101110 | 10100110 | 1001000 | 0 | 11110 | 111 | 10011011 | 1010011 | 111100 |
Color Harmonies of #42EEA6
Complementary color
Monochromatic Colors of #42EEA6
Black with #42EEA6
Text Example
Text Example
White with #42EEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42EEA6; }
p { color: rgb(66,238,166); }
H1.HeaderClassName
{
color: #42EEA6;
}
.AnyTagClassName
{
color: #42EEA6;
}
</style>
background-color css
<style>
a { background-color: #42EEA6; }
a { background-color: rgb(66,238,166); }
div.DivClassName
{
background-color: #42EEA6;
}
.BgClassName
{
background-color: #42EEA6;
}
</style>
border-color css
<style>
span { border-color: #42EEA6; }
span { border-color: rgb(66,238,166); }
td.TdClassName
{
border-color: #42EEA6;
}
.TagClassName
{
border-color: #42EEA6;
}
</style>