Shades of Shamrock #42C9A5
Tints of Shamrock #42C9A5
RGB
CMYK
RGB Variations
Color information
#42C9A5 (or 0x42C9A5) is known color: Shamrock. HEX triplet: 42, C9 and A5. RGB value is (66,201,165). Sum of RGB (Red+Green+Blue) = 66+201+165=432 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.28% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #42C9A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C9A5 is #BD365A. Grayscale: #9C9C9C. Windows color (decimal): -12400219 or 10864962. OLE color: 10864962.
HSL color Cylindrical-coordinate representation of color #42C9A5: hue angle of 164º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C9A5 is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 165 | - |
| CMYK | 0.67 | 0 | 0.18 | 0.21 |
| HSL | 164º | 0.56% | 0.52% | - |
| HSV(B) | 164º | 0.67% | 0.79% | - |
| XYZ | 29.92 | 45.65 | 42.83 | - |
| YUV | 156.53 | 132.77 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 165 | 0.67 | 0 | 0.18 | 0.21 | 164 | 0.56 | 0.52 |
| Hex | 42 | C9 | A5 | 43 | 0 | 12 | 15 | A4 | 38 | 34 |
| Octal | 102 | 311 | 245 | 103 | 0 | 22 | 25 | 244 | 70 | 64 |
| Binary | 1000010 | 11001001 | 10100101 | 1000011 | 0 | 10010 | 10101 | 10100100 | 111000 | 110100 |
Color Harmonies of #42C9A5
Complementary color
Monochromatic Colors of #42C9A5
Black with #42C9A5
Text Example
Text Example
White with #42C9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C9A5; }
p { color: rgb(66,201,165); }
H1.HeaderClassName
{
color: #42C9A5;
}
.AnyTagClassName
{
color: #42C9A5;
}
</style>
background-color css
<style>
a { background-color: #42C9A5; }
a { background-color: rgb(66,201,165); }
div.DivClassName
{
background-color: #42C9A5;
}
.BgClassName
{
background-color: #42C9A5;
}
</style>
border-color css
<style>
span { border-color: #42C9A5; }
span { border-color: rgb(66,201,165); }
td.TdClassName
{
border-color: #42C9A5;
}
.TagClassName
{
border-color: #42C9A5;
}
</style>