Shades of Shamrock #42C19A
Tints of Shamrock #42C19A
RGB
CMYK
RGB Variations
Color information
#42C19A (or 0x42C19A) is known color: Shamrock. HEX triplet: 42, C1 and 9A. RGB value is (66,193,154). Sum of RGB (Red+Green+Blue) = 66+193+154=413 (54% of max value = 765). Red value is 66 (26.17% from 255 or 15.98% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #42C19A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C19A is #BD3E65. Grayscale: #969696. Windows color (decimal): -12402278 or 10142018. OLE color: 10142018.
HSL color Cylindrical-coordinate representation of color #42C19A: hue angle of 161.57º 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 #42C19A is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 154 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.24 |
| HSL | 161.57º | 0.51% | 0.51% | - |
| HSV(B) | 161.57º | 0.66% | 0.76% | - |
| XYZ | 27.15 | 41.63 | 37.18 | - |
| YUV | 150.58 | 129.92 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 154 | 0.66 | 0 | 0.20 | 0.24 | 161.57 | 0.51 | 0.51 |
| Hex | 42 | C1 | 9A | 42 | 0 | 14 | 18 | A2 | 33 | 33 |
| Octal | 102 | 301 | 232 | 102 | 0 | 24 | 30 | 242 | 63 | 63 |
| Binary | 1000010 | 11000001 | 10011010 | 1000010 | 0 | 10100 | 11000 | 10100010 | 110011 | 110011 |
Color Harmonies of #42C19A
Complementary color
Monochromatic Colors of #42C19A
Black with #42C19A
Text Example
Text Example
White with #42C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C19A; }
p { color: rgb(66,193,154); }
H1.HeaderClassName
{
color: #42C19A;
}
.AnyTagClassName
{
color: #42C19A;
}
</style>
background-color css
<style>
a { background-color: #42C19A; }
a { background-color: rgb(66,193,154); }
div.DivClassName
{
background-color: #42C19A;
}
.BgClassName
{
background-color: #42C19A;
}
</style>
border-color css
<style>
span { border-color: #42C19A; }
span { border-color: rgb(66,193,154); }
td.TdClassName
{
border-color: #42C19A;
}
.TagClassName
{
border-color: #42C19A;
}
</style>