Shades of Shamrock #42E29A
Tints of Shamrock #42E29A
RGB
CMYK
RGB Variations
Color information
#42E29A (or 0x42E29A) is known color: Shamrock. HEX triplet: 42, E2 and 9A. RGB value is (66,226,154). Sum of RGB (Red+Green+Blue) = 66+226+154=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #42E29A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E29A is #BD1D65. Grayscale: #AAAAAA. Windows color (decimal): -12393830 or 10150466. OLE color: 10150466.
HSL color Cylindrical-coordinate representation of color #42E29A: hue angle of 153º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E29A is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 66 | 226 | 154 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.11 |
| HSL | 153º | 0.73% | 0.57% | - |
| HSV(B) | 153º | 0.71% | 0.89% | - |
| XYZ | 35.28 | 57.88 | 39.89 | - |
| YUV | 169.95 | 118.99 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 226 | 154 | 0.71 | 0 | 0.32 | 0.11 | 153 | 0.73 | 0.57 |
| Hex | 42 | E2 | 9A | 47 | 0 | 20 | B | 99 | 49 | 39 |
| Octal | 102 | 342 | 232 | 107 | 0 | 40 | 13 | 231 | 111 | 71 |
| Binary | 1000010 | 11100010 | 10011010 | 1000111 | 0 | 100000 | 1011 | 10011001 | 1001001 | 111001 |
Color Harmonies of #42E29A
Complementary color
Monochromatic Colors of #42E29A
Black with #42E29A
Text Example
Text Example
White with #42E29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E29A; }
p { color: rgb(66,226,154); }
H1.HeaderClassName
{
color: #42E29A;
}
.AnyTagClassName
{
color: #42E29A;
}
</style>
background-color css
<style>
a { background-color: #42E29A; }
a { background-color: rgb(66,226,154); }
div.DivClassName
{
background-color: #42E29A;
}
.BgClassName
{
background-color: #42E29A;
}
</style>
border-color css
<style>
span { border-color: #42E29A; }
span { border-color: rgb(66,226,154); }
td.TdClassName
{
border-color: #42E29A;
}
.TagClassName
{
border-color: #42E29A;
}
</style>