Shades of Shamrock #27E18D
Tints of Shamrock #27E18D
RGB
CMYK
RGB Variations
Color information
#27E18D (or 0x27E18D) is known color: Shamrock. HEX triplet: 27, E1 and 8D. RGB value is (39,225,141). Sum of RGB (Red+Green+Blue) = 39+225+141=405 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.63% from 405); Green value is 225 (88.28% from 255 or 55.56% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 225 - color contains mainly: green. Hex color #27E18D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27E18D is #D81E72. Grayscale: #9F9F9F. Windows color (decimal): -14163571 or 9298215. OLE color: 9298215.
HSL color Cylindrical-coordinate representation of color #27E18D: hue angle of 152.9º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27E18D is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 39 | 225 | 141 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.12 |
| HSL | 152.9º | 0.76% | 0.52% | - |
| HSV(B) | 152.9º | 0.83% | 0.88% | - |
| XYZ | 32.57 | 56.2 | 34.33 | - |
| YUV | 159.81 | 117.38 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 225 | 141 | 0.83 | 0 | 0.37 | 0.12 | 152.9 | 0.76 | 0.52 |
| Hex | 27 | E1 | 8D | 53 | 0 | 25 | C | 99 | 4C | 34 |
| Octal | 47 | 341 | 215 | 123 | 0 | 45 | 14 | 231 | 114 | 64 |
| Binary | 100111 | 11100001 | 10001101 | 1010011 | 0 | 100101 | 1100 | 10011001 | 1001100 | 110100 |
Color Harmonies of #27E18D
Complementary color
Monochromatic Colors of #27E18D
Black with #27E18D
Text Example
Text Example
White with #27E18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27E18D; }
p { color: rgb(39,225,141); }
H1.HeaderClassName
{
color: #27E18D;
}
.AnyTagClassName
{
color: #27E18D;
}
</style>
background-color css
<style>
a { background-color: #27E18D; }
a { background-color: rgb(39,225,141); }
div.DivClassName
{
background-color: #27E18D;
}
.BgClassName
{
background-color: #27E18D;
}
</style>
border-color css
<style>
span { border-color: #27E18D; }
span { border-color: rgb(39,225,141); }
td.TdClassName
{
border-color: #27E18D;
}
.TagClassName
{
border-color: #27E18D;
}
</style>