Shades of Shamrock #42E0AD
Tints of Shamrock #42E0AD
RGB
CMYK
RGB Variations
Color information
#42E0AD (or 0x42E0AD) is known color: Shamrock. HEX triplet: 42, E0 and AD. RGB value is (66,224,173). Sum of RGB (Red+Green+Blue) = 66+224+173=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 224 (87.89% from 255 or 48.38% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 224 - color contains mainly: green. Hex color #42E0AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42E0AD is #BD1F52. Grayscale: #AAAAAA. Windows color (decimal): -12394323 or 11395138. OLE color: 11395138.
HSL color Cylindrical-coordinate representation of color #42E0AD: hue angle of 160.63º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E0AD is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 224 | 173 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.12 |
| HSL | 160.63º | 0.72% | 0.57% | - |
| HSV(B) | 160.63º | 0.71% | 0.88% | - |
| XYZ | 36.45 | 57.49 | 48.71 | - |
| YUV | 170.94 | 129.15 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 224 | 173 | 0.71 | 0 | 0.23 | 0.12 | 160.63 | 0.72 | 0.57 |
| Hex | 42 | E0 | AD | 47 | 0 | 17 | C | A1 | 48 | 39 |
| Octal | 102 | 340 | 255 | 107 | 0 | 27 | 14 | 241 | 110 | 71 |
| Binary | 1000010 | 11100000 | 10101101 | 1000111 | 0 | 10111 | 1100 | 10100001 | 1001000 | 111001 |
Color Harmonies of #42E0AD
Complementary color
Monochromatic Colors of #42E0AD
Black with #42E0AD
Text Example
Text Example
White with #42E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42E0AD; }
p { color: rgb(66,224,173); }
H1.HeaderClassName
{
color: #42E0AD;
}
.AnyTagClassName
{
color: #42E0AD;
}
</style>
background-color css
<style>
a { background-color: #42E0AD; }
a { background-color: rgb(66,224,173); }
div.DivClassName
{
background-color: #42E0AD;
}
.BgClassName
{
background-color: #42E0AD;
}
</style>
border-color css
<style>
span { border-color: #42E0AD; }
span { border-color: rgb(66,224,173); }
td.TdClassName
{
border-color: #42E0AD;
}
.TagClassName
{
border-color: #42E0AD;
}
</style>