Shades of Shamrock #27D18B
Tints of Shamrock #27D18B
RGB
CMYK
RGB Variations
Color information
#27D18B (or 0x27D18B) is known color: Shamrock. HEX triplet: 27, D1 and 8B. RGB value is (39,209,139). Sum of RGB (Red+Green+Blue) = 39+209+139=387 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.08% from 387); Green value is 209 (82.03% from 255 or 54.01% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 209 - color contains mainly: green. Hex color #27D18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27D18B is #D82E74. Grayscale: #969696. Windows color (decimal): -14167669 or 9163047. OLE color: 9163047.
HSL color Cylindrical-coordinate representation of color #27D18B: hue angle of 155.29º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D18B is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 209 | 139 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.18 |
| HSL | 155.29º | 0.69% | 0.49% | - |
| HSV(B) | 155.29º | 0.81% | 0.82% | - |
| XYZ | 28.3 | 47.9 | 32.18 | - |
| YUV | 150.19 | 121.68 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 209 | 139 | 0.81 | 0 | 0.33 | 0.18 | 155.29 | 0.69 | 0.49 |
| Hex | 27 | D1 | 8B | 51 | 0 | 21 | 12 | 9B | 45 | 31 |
| Octal | 47 | 321 | 213 | 121 | 0 | 41 | 22 | 233 | 105 | 61 |
| Binary | 100111 | 11010001 | 10001011 | 1010001 | 0 | 100001 | 10010 | 10011011 | 1000101 | 110001 |
Color Harmonies of #27D18B
Complementary color
Monochromatic Colors of #27D18B
Black with #27D18B
Text Example
Text Example
White with #27D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D18B; }
p { color: rgb(39,209,139); }
H1.HeaderClassName
{
color: #27D18B;
}
.AnyTagClassName
{
color: #27D18B;
}
</style>
background-color css
<style>
a { background-color: #27D18B; }
a { background-color: rgb(39,209,139); }
div.DivClassName
{
background-color: #27D18B;
}
.BgClassName
{
background-color: #27D18B;
}
</style>
border-color css
<style>
span { border-color: #27D18B; }
span { border-color: rgb(39,209,139); }
td.TdClassName
{
border-color: #27D18B;
}
.TagClassName
{
border-color: #27D18B;
}
</style>