Shades of Shamrock #42C99A
Tints of Shamrock #42C99A
RGB
CMYK
RGB Variations
Color information
#42C99A (or 0x42C99A) is known color: Shamrock. HEX triplet: 42, C9 and 9A. RGB value is (66,201,154). Sum of RGB (Red+Green+Blue) = 66+201+154=421 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.68% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #42C99A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C99A is #BD3665. Grayscale: #9B9B9B. Windows color (decimal): -12400230 or 10144066. OLE color: 10144066.
HSL color Cylindrical-coordinate representation of color #42C99A: hue angle of 159.11º 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 #42C99A is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 66 | 201 | 154 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.21 |
| HSL | 159.11º | 0.56% | 0.52% | - |
| HSV(B) | 159.11º | 0.67% | 0.79% | - |
| XYZ | 28.97 | 45.26 | 37.78 | - |
| YUV | 155.28 | 127.27 | 64.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 201 | 154 | 0.67 | 0 | 0.23 | 0.21 | 159.11 | 0.56 | 0.52 |
| Hex | 42 | C9 | 9A | 43 | 0 | 17 | 15 | 9F | 38 | 34 |
| Octal | 102 | 311 | 232 | 103 | 0 | 27 | 25 | 237 | 70 | 64 |
| Binary | 1000010 | 11001001 | 10011010 | 1000011 | 0 | 10111 | 10101 | 10011111 | 111000 | 110100 |
Color Harmonies of #42C99A
Complementary color
Monochromatic Colors of #42C99A
Black with #42C99A
Text Example
Text Example
White with #42C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C99A; }
p { color: rgb(66,201,154); }
H1.HeaderClassName
{
color: #42C99A;
}
.AnyTagClassName
{
color: #42C99A;
}
</style>
background-color css
<style>
a { background-color: #42C99A; }
a { background-color: rgb(66,201,154); }
div.DivClassName
{
background-color: #42C99A;
}
.BgClassName
{
background-color: #42C99A;
}
</style>
border-color css
<style>
span { border-color: #42C99A; }
span { border-color: rgb(66,201,154); }
td.TdClassName
{
border-color: #42C99A;
}
.TagClassName
{
border-color: #42C99A;
}
</style>