Shades of Shamrock #42C99E
Tints of Shamrock #42C99E
RGB
CMYK
RGB Variations
Color information
#42C99E (or 0x42C99E) is known color: Shamrock. HEX triplet: 42, C9 and 9E. RGB value is (66,201,158). Sum of RGB (Red+Green+Blue) = 66+201+158=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 201 - color contains mainly: green. Hex color #42C99E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C99E is #BD3661. Grayscale: #9B9B9B. Windows color (decimal): -12400226 or 10406210. OLE color: 10406210.
HSL color Cylindrical-coordinate representation of color #42C99E: hue angle of 160.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C99E is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 158 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.21 |
| HSL | 160.89º | 0.56% | 0.52% | - |
| HSV(B) | 160.89º | 0.67% | 0.79% | - |
| XYZ | 29.3 | 45.4 | 39.57 | - |
| YUV | 155.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 158 | 0.67 | 0 | 0.21 | 0.21 | 160.89 | 0.56 | 0.52 |
| Hex | 42 | C9 | 9E | 43 | 0 | 15 | 15 | A1 | 38 | 34 |
| Octal | 102 | 311 | 236 | 103 | 0 | 25 | 25 | 241 | 70 | 64 |
| Binary | 1000010 | 11001001 | 10011110 | 1000011 | 0 | 10101 | 10101 | 10100001 | 111000 | 110100 |
Color Harmonies of #42C99E
Complementary color
Monochromatic Colors of #42C99E
Black with #42C99E
Text Example
Text Example
White with #42C99E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C99E; }
p { color: rgb(66,201,158); }
H1.HeaderClassName
{
color: #42C99E;
}
.AnyTagClassName
{
color: #42C99E;
}
</style>
background-color css
<style>
a { background-color: #42C99E; }
a { background-color: rgb(66,201,158); }
div.DivClassName
{
background-color: #42C99E;
}
.BgClassName
{
background-color: #42C99E;
}
</style>
border-color css
<style>
span { border-color: #42C99E; }
span { border-color: rgb(66,201,158); }
td.TdClassName
{
border-color: #42C99E;
}
.TagClassName
{
border-color: #42C99E;
}
</style>