Shades of Shamrock #27C096
Tints of Shamrock #27C096
RGB
CMYK
RGB Variations
Color information
#27C096 (or 0x27C096) is known color: Shamrock. HEX triplet: 27, C0 and 96. RGB value is (39,192,150). Sum of RGB (Red+Green+Blue) = 39+192+150=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #27C096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27C096 is #D83F69. Grayscale: #8D8D8D. Windows color (decimal): -14172010 or 9879591. OLE color: 9879591.
HSL color Cylindrical-coordinate representation of color #27C096: hue angle of 163.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C096 is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 192 | 150 | - |
| CMYK | 0.80 | 0 | 0.22 | 0.25 |
| HSL | 163.53º | 0.66% | 0.45% | - |
| HSV(B) | 163.53º | 0.8% | 0.75% | - |
| XYZ | 25.19 | 40.33 | 35.31 | - |
| YUV | 141.47 | 132.81 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 192 | 150 | 0.80 | 0 | 0.22 | 0.25 | 163.53 | 0.66 | 0.45 |
| Hex | 27 | C0 | 96 | 50 | 0 | 16 | 19 | A4 | 42 | 2D |
| Octal | 47 | 300 | 226 | 120 | 0 | 26 | 31 | 244 | 102 | 55 |
| Binary | 100111 | 11000000 | 10010110 | 1010000 | 0 | 10110 | 11001 | 10100100 | 1000010 | 101101 |
Color Harmonies of #27C096
Complementary color
Monochromatic Colors of #27C096
Black with #27C096
Text Example
Text Example
White with #27C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C096; }
p { color: rgb(39,192,150); }
H1.HeaderClassName
{
color: #27C096;
}
.AnyTagClassName
{
color: #27C096;
}
</style>
background-color css
<style>
a { background-color: #27C096; }
a { background-color: rgb(39,192,150); }
div.DivClassName
{
background-color: #27C096;
}
.BgClassName
{
background-color: #27C096;
}
</style>
border-color css
<style>
span { border-color: #27C096; }
span { border-color: rgb(39,192,150); }
td.TdClassName
{
border-color: #27C096;
}
.TagClassName
{
border-color: #27C096;
}
</style>