Shades of Shamrock #27EA86
Tints of Shamrock #27EA86
RGB
CMYK
RGB Variations
Color information
#27EA86 (or 0x27EA86) is known color: Shamrock. HEX triplet: 27, EA and 86. RGB value is (39,234,134). Sum of RGB (Red+Green+Blue) = 39+234+134=407 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.58% from 407); Green value is 234 (91.80% from 255 or 57.49% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 234 - color contains mainly: green. Hex color #27EA86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #27EA86 is #D81579. Grayscale: #A4A4A4. Windows color (decimal): -14161274 or 8841767. OLE color: 8841767.
HSL color Cylindrical-coordinate representation of color #27EA86: hue angle of 149.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #27EA86 is Cyan = 0.83, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 39 | 234 | 134 | - |
| CMYK | 0.83 | 0 | 0.43 | 0.08 |
| HSL | 149.23º | 0.82% | 0.54% | - |
| HSV(B) | 149.23º | 0.83% | 0.92% | - |
| XYZ | 34.56 | 61 | 32.51 | - |
| YUV | 164.3 | 110.9 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 234 | 134 | 0.83 | 0 | 0.43 | 0.08 | 149.23 | 0.82 | 0.54 |
| Hex | 27 | EA | 86 | 53 | 0 | 2B | 8 | 95 | 52 | 36 |
| Octal | 47 | 352 | 206 | 123 | 0 | 53 | 10 | 225 | 122 | 66 |
| Binary | 100111 | 11101010 | 10000110 | 1010011 | 0 | 101011 | 1000 | 10010101 | 1010010 | 110110 |
Color Harmonies of #27EA86
Complementary color
Monochromatic Colors of #27EA86
Black with #27EA86
Text Example
Text Example
White with #27EA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EA86; }
p { color: rgb(39,234,134); }
H1.HeaderClassName
{
color: #27EA86;
}
.AnyTagClassName
{
color: #27EA86;
}
</style>
background-color css
<style>
a { background-color: #27EA86; }
a { background-color: rgb(39,234,134); }
div.DivClassName
{
background-color: #27EA86;
}
.BgClassName
{
background-color: #27EA86;
}
</style>
border-color css
<style>
span { border-color: #27EA86; }
span { border-color: rgb(39,234,134); }
td.TdClassName
{
border-color: #27EA86;
}
.TagClassName
{
border-color: #27EA86;
}
</style>