Shades of Shamrock #42C09C
Tints of Shamrock #42C09C
RGB
CMYK
RGB Variations
Color information
#42C09C (or 0x42C09C) is known color: Shamrock. HEX triplet: 42, C0 and 9C. RGB value is (66,192,156). Sum of RGB (Red+Green+Blue) = 66+192+156=414 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.94% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #42C09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C09C is #BD3F63. Grayscale: #969696. Windows color (decimal): -12402532 or 10272834. OLE color: 10272834.
HSL color Cylindrical-coordinate representation of color #42C09C: hue angle of 162.86º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C09C is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 156 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.25 |
| HSL | 162.86º | 0.5% | 0.51% | - |
| HSV(B) | 162.86º | 0.66% | 0.75% | - |
| XYZ | 27.1 | 41.26 | 37.99 | - |
| YUV | 150.22 | 131.26 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 156 | 0.66 | 0 | 0.19 | 0.25 | 162.86 | 0.5 | 0.51 |
| Hex | 42 | C0 | 9C | 42 | 0 | 13 | 19 | A3 | 32 | 33 |
| Octal | 102 | 300 | 234 | 102 | 0 | 23 | 31 | 243 | 62 | 63 |
| Binary | 1000010 | 11000000 | 10011100 | 1000010 | 0 | 10011 | 11001 | 10100011 | 110010 | 110011 |
Color Harmonies of #42C09C
Complementary color
Monochromatic Colors of #42C09C
Black with #42C09C
Text Example
Text Example
White with #42C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C09C; }
p { color: rgb(66,192,156); }
H1.HeaderClassName
{
color: #42C09C;
}
.AnyTagClassName
{
color: #42C09C;
}
</style>
background-color css
<style>
a { background-color: #42C09C; }
a { background-color: rgb(66,192,156); }
div.DivClassName
{
background-color: #42C09C;
}
.BgClassName
{
background-color: #42C09C;
}
</style>
border-color css
<style>
span { border-color: #42C09C; }
span { border-color: rgb(66,192,156); }
td.TdClassName
{
border-color: #42C09C;
}
.TagClassName
{
border-color: #42C09C;
}
</style>