Shades of Shamrock #27DDA0
Tints of Shamrock #27DDA0
RGB
CMYK
RGB Variations
Color information
#27DDA0 (or 0x27DDA0) is known color: Shamrock. HEX triplet: 27, DD and A0. RGB value is (39,221,160). Sum of RGB (Red+Green+Blue) = 39+221+160=420 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.29% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #27DDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27DDA0 is #D8225F. Grayscale: #9F9F9F. Windows color (decimal): -14164576 or 10542375. OLE color: 10542375.
HSL color Cylindrical-coordinate representation of color #27DDA0: hue angle of 159.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27DDA0 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 221 | 160 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.13 |
| HSL | 159.89º | 0.73% | 0.51% | - |
| HSV(B) | 159.89º | 0.82% | 0.87% | - |
| XYZ | 33.04 | 54.68 | 42.07 | - |
| YUV | 159.63 | 128.2 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 221 | 160 | 0.82 | 0 | 0.28 | 0.13 | 159.89 | 0.73 | 0.51 |
| Hex | 27 | DD | A0 | 52 | 0 | 1C | D | A0 | 49 | 33 |
| Octal | 47 | 335 | 240 | 122 | 0 | 34 | 15 | 240 | 111 | 63 |
| Binary | 100111 | 11011101 | 10100000 | 1010010 | 0 | 11100 | 1101 | 10100000 | 1001001 | 110011 |
Color Harmonies of #27DDA0
Complementary color
Monochromatic Colors of #27DDA0
Black with #27DDA0
Text Example
Text Example
White with #27DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DDA0; }
p { color: rgb(39,221,160); }
H1.HeaderClassName
{
color: #27DDA0;
}
.AnyTagClassName
{
color: #27DDA0;
}
</style>
background-color css
<style>
a { background-color: #27DDA0; }
a { background-color: rgb(39,221,160); }
div.DivClassName
{
background-color: #27DDA0;
}
.BgClassName
{
background-color: #27DDA0;
}
</style>
border-color css
<style>
span { border-color: #27DDA0; }
span { border-color: rgb(39,221,160); }
td.TdClassName
{
border-color: #27DDA0;
}
.TagClassName
{
border-color: #27DDA0;
}
</style>