Shades of Shamrock #42CE9E
Tints of Shamrock #42CE9E
RGB
CMYK
RGB Variations
Color information
#42CE9E (or 0x42CE9E) is known color: Shamrock. HEX triplet: 42, CE and 9E. RGB value is (66,206,158). Sum of RGB (Red+Green+Blue) = 66+206+158=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 206 (80.86% from 255 or 47.91% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 206 - color contains mainly: green. Hex color #42CE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CE9E is #BD3161. Grayscale: #9E9E9E. Windows color (decimal): -12398946 or 10407490. OLE color: 10407490.
HSL color Cylindrical-coordinate representation of color #42CE9E: hue angle of 159.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CE9E is Cyan = 0.68, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 206 | 158 | - |
| CMYK | 0.68 | 0 | 0.23 | 0.19 |
| HSL | 159.43º | 0.59% | 0.53% | - |
| HSV(B) | 159.43º | 0.68% | 0.81% | - |
| XYZ | 30.49 | 47.77 | 39.96 | - |
| YUV | 158.67 | 127.62 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 158 | 0.68 | 0 | 0.23 | 0.19 | 159.43 | 0.59 | 0.53 |
| Hex | 42 | CE | 9E | 44 | 0 | 17 | 13 | 9F | 3B | 35 |
| Octal | 102 | 316 | 236 | 104 | 0 | 27 | 23 | 237 | 73 | 65 |
| Binary | 1000010 | 11001110 | 10011110 | 1000100 | 0 | 10111 | 10011 | 10011111 | 111011 | 110101 |
Color Harmonies of #42CE9E
Complementary color
Monochromatic Colors of #42CE9E
Black with #42CE9E
Text Example
Text Example
White with #42CE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CE9E; }
p { color: rgb(66,206,158); }
H1.HeaderClassName
{
color: #42CE9E;
}
.AnyTagClassName
{
color: #42CE9E;
}
</style>
background-color css
<style>
a { background-color: #42CE9E; }
a { background-color: rgb(66,206,158); }
div.DivClassName
{
background-color: #42CE9E;
}
.BgClassName
{
background-color: #42CE9E;
}
</style>
border-color css
<style>
span { border-color: #42CE9E; }
span { border-color: rgb(66,206,158); }
td.TdClassName
{
border-color: #42CE9E;
}
.TagClassName
{
border-color: #42CE9E;
}
</style>