Shades of Shamrock #42DBA9
Tints of Shamrock #42DBA9
RGB
CMYK
RGB Variations
Color information
#42DBA9 (or 0x42DBA9) is known color: Shamrock. HEX triplet: 42, DB and A9. RGB value is (66,219,169). Sum of RGB (Red+Green+Blue) = 66+219+169=454 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.54% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 169 (66.41% from 255 or 37.22% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #42DBA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DBA9 is #BD2456. Grayscale: #A7A7A7. Windows color (decimal): -12395607 or 11131714. OLE color: 11131714.
HSL color Cylindrical-coordinate representation of color #42DBA9: hue angle of 160.39º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DBA9 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 219 | 169 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.14 |
| HSL | 160.39º | 0.68% | 0.56% | - |
| HSV(B) | 160.39º | 0.7% | 0.86% | - |
| XYZ | 34.74 | 54.69 | 46.26 | - |
| YUV | 167.55 | 128.81 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 219 | 169 | 0.70 | 0 | 0.23 | 0.14 | 160.39 | 0.68 | 0.56 |
| Hex | 42 | DB | A9 | 46 | 0 | 17 | E | A0 | 44 | 38 |
| Octal | 102 | 333 | 251 | 106 | 0 | 27 | 16 | 240 | 104 | 70 |
| Binary | 1000010 | 11011011 | 10101001 | 1000110 | 0 | 10111 | 1110 | 10100000 | 1000100 | 111000 |
Color Harmonies of #42DBA9
Complementary color
Monochromatic Colors of #42DBA9
Black with #42DBA9
Text Example
Text Example
White with #42DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DBA9; }
p { color: rgb(66,219,169); }
H1.HeaderClassName
{
color: #42DBA9;
}
.AnyTagClassName
{
color: #42DBA9;
}
</style>
background-color css
<style>
a { background-color: #42DBA9; }
a { background-color: rgb(66,219,169); }
div.DivClassName
{
background-color: #42DBA9;
}
.BgClassName
{
background-color: #42DBA9;
}
</style>
border-color css
<style>
span { border-color: #42DBA9; }
span { border-color: rgb(66,219,169); }
td.TdClassName
{
border-color: #42DBA9;
}
.TagClassName
{
border-color: #42DBA9;
}
</style>