Shades of Shamrock #27D9A0
Tints of Shamrock #27D9A0
RGB
CMYK
RGB Variations
Color information
#27D9A0 (or 0x27D9A0) is known color: Shamrock. HEX triplet: 27, D9 and A0. RGB value is (39,217,160). Sum of RGB (Red+Green+Blue) = 39+217+160=416 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.38% from 416); Green value is 217 (85.16% from 255 or 52.16% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 217 - color contains mainly: green. Hex color #27D9A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D9A0 is #D8265F. Grayscale: #9D9D9D. Windows color (decimal): -14165600 or 10541351. OLE color: 10541351.
HSL color Cylindrical-coordinate representation of color #27D9A0: hue angle of 160.79º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D9A0 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 39 | 217 | 160 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.15 |
| HSL | 160.79º | 0.7% | 0.5% | - |
| HSV(B) | 160.79º | 0.82% | 0.85% | - |
| XYZ | 31.99 | 52.6 | 41.72 | - |
| YUV | 157.28 | 129.53 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 217 | 160 | 0.82 | 0 | 0.26 | 0.15 | 160.79 | 0.7 | 0.5 |
| Hex | 27 | D9 | A0 | 52 | 0 | 1A | F | A1 | 46 | 32 |
| Octal | 47 | 331 | 240 | 122 | 0 | 32 | 17 | 241 | 106 | 62 |
| Binary | 100111 | 11011001 | 10100000 | 1010010 | 0 | 11010 | 1111 | 10100001 | 1000110 | 110010 |
Color Harmonies of #27D9A0
Complementary color
Monochromatic Colors of #27D9A0
Black with #27D9A0
Text Example
Text Example
White with #27D9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D9A0; }
p { color: rgb(39,217,160); }
H1.HeaderClassName
{
color: #27D9A0;
}
.AnyTagClassName
{
color: #27D9A0;
}
</style>
background-color css
<style>
a { background-color: #27D9A0; }
a { background-color: rgb(39,217,160); }
div.DivClassName
{
background-color: #27D9A0;
}
.BgClassName
{
background-color: #27D9A0;
}
</style>
border-color css
<style>
span { border-color: #27D9A0; }
span { border-color: rgb(39,217,160); }
td.TdClassName
{
border-color: #27D9A0;
}
.TagClassName
{
border-color: #27D9A0;
}
</style>