Shades of Shamrock #42C29C
Tints of Shamrock #42C29C
RGB
CMYK
RGB Variations
Color information
#42C29C (or 0x42C29C) is known color: Shamrock. HEX triplet: 42, C2 and 9C. RGB value is (66,194,156). Sum of RGB (Red+Green+Blue) = 66+194+156=416 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.87% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #42C29C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C29C is #BD3D63. Grayscale: #979797. Windows color (decimal): -12402020 or 10273346. OLE color: 10273346.
HSL color Cylindrical-coordinate representation of color #42C29C: hue angle of 162.19º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C29C is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 156 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.24 |
| HSL | 162.19º | 0.51% | 0.51% | - |
| HSV(B) | 162.19º | 0.66% | 0.76% | - |
| XYZ | 27.54 | 42.14 | 38.14 | - |
| YUV | 151.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 156 | 0.66 | 0 | 0.20 | 0.24 | 162.19 | 0.51 | 0.51 |
| Hex | 42 | C2 | 9C | 42 | 0 | 14 | 18 | A2 | 33 | 33 |
| Octal | 102 | 302 | 234 | 102 | 0 | 24 | 30 | 242 | 63 | 63 |
| Binary | 1000010 | 11000010 | 10011100 | 1000010 | 0 | 10100 | 11000 | 10100010 | 110011 | 110011 |
Color Harmonies of #42C29C
Complementary color
Monochromatic Colors of #42C29C
Black with #42C29C
Text Example
Text Example
White with #42C29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C29C; }
p { color: rgb(66,194,156); }
H1.HeaderClassName
{
color: #42C29C;
}
.AnyTagClassName
{
color: #42C29C;
}
</style>
background-color css
<style>
a { background-color: #42C29C; }
a { background-color: rgb(66,194,156); }
div.DivClassName
{
background-color: #42C29C;
}
.BgClassName
{
background-color: #42C29C;
}
</style>
border-color css
<style>
span { border-color: #42C29C; }
span { border-color: rgb(66,194,156); }
td.TdClassName
{
border-color: #42C29C;
}
.TagClassName
{
border-color: #42C29C;
}
</style>