Shades of Shamrock #42C89A
Tints of Shamrock #42C89A
RGB
CMYK
RGB Variations
Color information
#42C89A (or 0x42C89A) is known color: Shamrock. HEX triplet: 42, C8 and 9A. RGB value is (66,200,154). Sum of RGB (Red+Green+Blue) = 66+200+154=420 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.71% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #42C89A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C89A is #BD3765. Grayscale: #9A9A9A. Windows color (decimal): -12400486 or 10143810. OLE color: 10143810.
HSL color Cylindrical-coordinate representation of color #42C89A: hue angle of 159.4º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C89A is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 200 | 154 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.22 |
| HSL | 159.4º | 0.55% | 0.52% | - |
| HSV(B) | 159.4º | 0.67% | 0.78% | - |
| XYZ | 28.73 | 44.8 | 37.7 | - |
| YUV | 154.69 | 127.61 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 200 | 154 | 0.67 | 0 | 0.23 | 0.22 | 159.4 | 0.55 | 0.52 |
| Hex | 42 | C8 | 9A | 43 | 0 | 17 | 16 | 9F | 37 | 34 |
| Octal | 102 | 310 | 232 | 103 | 0 | 27 | 26 | 237 | 67 | 64 |
| Binary | 1000010 | 11001000 | 10011010 | 1000011 | 0 | 10111 | 10110 | 10011111 | 110111 | 110100 |
Color Harmonies of #42C89A
Complementary color
Monochromatic Colors of #42C89A
Black with #42C89A
Text Example
Text Example
White with #42C89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C89A; }
p { color: rgb(66,200,154); }
H1.HeaderClassName
{
color: #42C89A;
}
.AnyTagClassName
{
color: #42C89A;
}
</style>
background-color css
<style>
a { background-color: #42C89A; }
a { background-color: rgb(66,200,154); }
div.DivClassName
{
background-color: #42C89A;
}
.BgClassName
{
background-color: #42C89A;
}
</style>
border-color css
<style>
span { border-color: #42C89A; }
span { border-color: rgb(66,200,154); }
td.TdClassName
{
border-color: #42C89A;
}
.TagClassName
{
border-color: #42C89A;
}
</style>