Shades of Shamrock #42D9A8
Tints of Shamrock #42D9A8
RGB
CMYK
RGB Variations
Color information
#42D9A8 (or 0x42D9A8) is known color: Shamrock. HEX triplet: 42, D9 and A8. RGB value is (66,217,168). Sum of RGB (Red+Green+Blue) = 66+217+168=451 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.63% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 217 - color contains mainly: green. Hex color #42D9A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D9A8 is #BD2657. Grayscale: #A6A6A6. Windows color (decimal): -12396120 or 11065666. OLE color: 11065666.
HSL color Cylindrical-coordinate representation of color #42D9A8: hue angle of 160.53º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42D9A8 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 217 | 168 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.15 |
| HSL | 160.53º | 0.67% | 0.55% | - |
| HSV(B) | 160.53º | 0.7% | 0.85% | - |
| XYZ | 34.13 | 53.61 | 45.6 | - |
| YUV | 166.27 | 128.97 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 168 | 0.70 | 0 | 0.23 | 0.15 | 160.53 | 0.67 | 0.55 |
| Hex | 42 | D9 | A8 | 46 | 0 | 17 | F | A1 | 43 | 37 |
| Octal | 102 | 331 | 250 | 106 | 0 | 27 | 17 | 241 | 103 | 67 |
| Binary | 1000010 | 11011001 | 10101000 | 1000110 | 0 | 10111 | 1111 | 10100001 | 1000011 | 110111 |
Color Harmonies of #42D9A8
Complementary color
Monochromatic Colors of #42D9A8
Black with #42D9A8
Text Example
Text Example
White with #42D9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D9A8; }
p { color: rgb(66,217,168); }
H1.HeaderClassName
{
color: #42D9A8;
}
.AnyTagClassName
{
color: #42D9A8;
}
</style>
background-color css
<style>
a { background-color: #42D9A8; }
a { background-color: rgb(66,217,168); }
div.DivClassName
{
background-color: #42D9A8;
}
.BgClassName
{
background-color: #42D9A8;
}
</style>
border-color css
<style>
span { border-color: #42D9A8; }
span { border-color: rgb(66,217,168); }
td.TdClassName
{
border-color: #42D9A8;
}
.TagClassName
{
border-color: #42D9A8;
}
</style>