Shades of Shamrock #27C394
Tints of Shamrock #27C394
RGB
CMYK
RGB Variations
Color information
#27C394 (or 0x27C394) is known color: Shamrock. HEX triplet: 27, C3 and 94. RGB value is (39,195,148). Sum of RGB (Red+Green+Blue) = 39+195+148=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 195 (76.56% from 255 or 51.05% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 195 - color contains mainly: green. Hex color #27C394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27C394 is #D83C6B. Grayscale: #8F8F8F. Windows color (decimal): -14171244 or 9749287. OLE color: 9749287.
HSL color Cylindrical-coordinate representation of color #27C394: hue angle of 161.92º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C394 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 195 | 148 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.24 |
| HSL | 161.92º | 0.67% | 0.46% | - |
| HSV(B) | 161.92º | 0.8% | 0.76% | - |
| XYZ | 25.7 | 41.6 | 34.69 | - |
| YUV | 143 | 130.82 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 195 | 148 | 0.80 | 0 | 0.24 | 0.24 | 161.92 | 0.67 | 0.46 |
| Hex | 27 | C3 | 94 | 50 | 0 | 18 | 18 | A2 | 43 | 2E |
| Octal | 47 | 303 | 224 | 120 | 0 | 30 | 30 | 242 | 103 | 56 |
| Binary | 100111 | 11000011 | 10010100 | 1010000 | 0 | 11000 | 11000 | 10100010 | 1000011 | 101110 |
Color Harmonies of #27C394
Complementary color
Monochromatic Colors of #27C394
Black with #27C394
Text Example
Text Example
White with #27C394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C394; }
p { color: rgb(39,195,148); }
H1.HeaderClassName
{
color: #27C394;
}
.AnyTagClassName
{
color: #27C394;
}
</style>
background-color css
<style>
a { background-color: #27C394; }
a { background-color: rgb(39,195,148); }
div.DivClassName
{
background-color: #27C394;
}
.BgClassName
{
background-color: #27C394;
}
</style>
border-color css
<style>
span { border-color: #27C394; }
span { border-color: rgb(39,195,148); }
td.TdClassName
{
border-color: #27C394;
}
.TagClassName
{
border-color: #27C394;
}
</style>