Shades of Shamrock #42C09D
Tints of Shamrock #42C09D
RGB
CMYK
RGB Variations
Color information
#42C09D (or 0x42C09D) is known color: Shamrock. HEX triplet: 42, C0 and 9D. RGB value is (66,192,157). Sum of RGB (Red+Green+Blue) = 66+192+157=415 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.90% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #42C09D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C09D is #BD3F62. Grayscale: #969696. Windows color (decimal): -12402531 or 10338370. OLE color: 10338370.
HSL color Cylindrical-coordinate representation of color #42C09D: hue angle of 163.33º 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 #42C09D is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 157 | - |
| CMYK | 0.66 | 0 | 0.18 | 0.25 |
| HSL | 163.33º | 0.5% | 0.51% | - |
| HSV(B) | 163.33º | 0.66% | 0.75% | - |
| XYZ | 27.18 | 41.29 | 38.44 | - |
| YUV | 150.34 | 131.76 | 67.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 157 | 0.66 | 0 | 0.18 | 0.25 | 163.33 | 0.5 | 0.51 |
| Hex | 42 | C0 | 9D | 42 | 0 | 12 | 19 | A3 | 32 | 33 |
| Octal | 102 | 300 | 235 | 102 | 0 | 22 | 31 | 243 | 62 | 63 |
| Binary | 1000010 | 11000000 | 10011101 | 1000010 | 0 | 10010 | 11001 | 10100011 | 110010 | 110011 |
Color Harmonies of #42C09D
Complementary color
Monochromatic Colors of #42C09D
Black with #42C09D
Text Example
Text Example
White with #42C09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C09D; }
p { color: rgb(66,192,157); }
H1.HeaderClassName
{
color: #42C09D;
}
.AnyTagClassName
{
color: #42C09D;
}
</style>
background-color css
<style>
a { background-color: #42C09D; }
a { background-color: rgb(66,192,157); }
div.DivClassName
{
background-color: #42C09D;
}
.BgClassName
{
background-color: #42C09D;
}
</style>
border-color css
<style>
span { border-color: #42C09D; }
span { border-color: rgb(66,192,157); }
td.TdClassName
{
border-color: #42C09D;
}
.TagClassName
{
border-color: #42C09D;
}
</style>