Shades of Shamrock #27CA8D
Tints of Shamrock #27CA8D
RGB
CMYK
RGB Variations
Color information
#27CA8D (or 0x27CA8D) is known color: Shamrock. HEX triplet: 27, CA and 8D. RGB value is (39,202,141). Sum of RGB (Red+Green+Blue) = 39+202+141=382 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.21% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #27CA8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27CA8D is #D83572. Grayscale: #929292. Windows color (decimal): -14169459 or 9292327. OLE color: 9292327.
HSL color Cylindrical-coordinate representation of color #27CA8D: hue angle of 157.55º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CA8D is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 39 | 202 | 141 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.21 |
| HSL | 157.55º | 0.68% | 0.47% | - |
| HSV(B) | 157.55º | 0.81% | 0.79% | - |
| XYZ | 26.76 | 44.6 | 32.4 | - |
| YUV | 146.31 | 125 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 202 | 141 | 0.81 | 0 | 0.30 | 0.21 | 157.55 | 0.68 | 0.47 |
| Hex | 27 | CA | 8D | 51 | 0 | 1E | 15 | 9E | 44 | 2F |
| Octal | 47 | 312 | 215 | 121 | 0 | 36 | 25 | 236 | 104 | 57 |
| Binary | 100111 | 11001010 | 10001101 | 1010001 | 0 | 11110 | 10101 | 10011110 | 1000100 | 101111 |
Color Harmonies of #27CA8D
Complementary color
Monochromatic Colors of #27CA8D
Black with #27CA8D
Text Example
Text Example
White with #27CA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CA8D; }
p { color: rgb(39,202,141); }
H1.HeaderClassName
{
color: #27CA8D;
}
.AnyTagClassName
{
color: #27CA8D;
}
</style>
background-color css
<style>
a { background-color: #27CA8D; }
a { background-color: rgb(39,202,141); }
div.DivClassName
{
background-color: #27CA8D;
}
.BgClassName
{
background-color: #27CA8D;
}
</style>
border-color css
<style>
span { border-color: #27CA8D; }
span { border-color: rgb(39,202,141); }
td.TdClassName
{
border-color: #27CA8D;
}
.TagClassName
{
border-color: #27CA8D;
}
</style>