Shades of Shamrock #42C2A5
Tints of Shamrock #42C2A5
RGB
CMYK
RGB Variations
Color information
#42C2A5 (or 0x42C2A5) is known color: Shamrock. HEX triplet: 42, C2 and A5. RGB value is (66,194,165). Sum of RGB (Red+Green+Blue) = 66+194+165=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #42C2A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C2A5 is #BD3D5A. Grayscale: #989898. Windows color (decimal): -12402011 or 10863170. OLE color: 10863170.
HSL color Cylindrical-coordinate representation of color #42C2A5: hue angle of 166.41º 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 #42C2A5 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 194 | 165 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.24 |
| HSL | 166.41º | 0.51% | 0.51% | - |
| HSV(B) | 166.41º | 0.66% | 0.76% | - |
| XYZ | 28.33 | 42.46 | 42.3 | - |
| YUV | 152.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 194 | 165 | 0.66 | 0 | 0.15 | 0.24 | 166.41 | 0.51 | 0.51 |
| Hex | 42 | C2 | A5 | 42 | 0 | F | 18 | A6 | 33 | 33 |
| Octal | 102 | 302 | 245 | 102 | 0 | 17 | 30 | 246 | 63 | 63 |
| Binary | 1000010 | 11000010 | 10100101 | 1000010 | 0 | 1111 | 11000 | 10100110 | 110011 | 110011 |
Color Harmonies of #42C2A5
Complementary color
Monochromatic Colors of #42C2A5
Black with #42C2A5
Text Example
Text Example
White with #42C2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C2A5; }
p { color: rgb(66,194,165); }
H1.HeaderClassName
{
color: #42C2A5;
}
.AnyTagClassName
{
color: #42C2A5;
}
</style>
background-color css
<style>
a { background-color: #42C2A5; }
a { background-color: rgb(66,194,165); }
div.DivClassName
{
background-color: #42C2A5;
}
.BgClassName
{
background-color: #42C2A5;
}
</style>
border-color css
<style>
span { border-color: #42C2A5; }
span { border-color: rgb(66,194,165); }
td.TdClassName
{
border-color: #42C2A5;
}
.TagClassName
{
border-color: #42C2A5;
}
</style>