Shades of Shamrock #27C38A
Tints of Shamrock #27C38A
RGB
CMYK
RGB Variations
Color information
#27C38A (or 0x27C38A) is known color: Shamrock. HEX triplet: 27, C3 and 8A. RGB value is (39,195,138). Sum of RGB (Red+Green+Blue) = 39+195+138=372 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.48% from 372); Green value is 195 (76.56% from 255 or 52.42% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 195 - color contains mainly: green. Hex color #27C38A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27C38A is #D83C75. Grayscale: #8D8D8D. Windows color (decimal): -14171254 or 9093927. OLE color: 9093927.
HSL color Cylindrical-coordinate representation of color #27C38A: hue angle of 158.08º 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 #27C38A is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 195 | 138 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.24 |
| HSL | 158.08º | 0.67% | 0.46% | - |
| HSV(B) | 158.08º | 0.8% | 0.76% | - |
| XYZ | 24.94 | 41.3 | 30.7 | - |
| YUV | 141.86 | 125.82 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 195 | 138 | 0.80 | 0 | 0.29 | 0.24 | 158.08 | 0.67 | 0.46 |
| Hex | 27 | C3 | 8A | 50 | 0 | 1D | 18 | 9E | 43 | 2E |
| Octal | 47 | 303 | 212 | 120 | 0 | 35 | 30 | 236 | 103 | 56 |
| Binary | 100111 | 11000011 | 10001010 | 1010000 | 0 | 11101 | 11000 | 10011110 | 1000011 | 101110 |
Color Harmonies of #27C38A
Complementary color
Monochromatic Colors of #27C38A
Black with #27C38A
Text Example
Text Example
White with #27C38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C38A; }
p { color: rgb(39,195,138); }
H1.HeaderClassName
{
color: #27C38A;
}
.AnyTagClassName
{
color: #27C38A;
}
</style>
background-color css
<style>
a { background-color: #27C38A; }
a { background-color: rgb(39,195,138); }
div.DivClassName
{
background-color: #27C38A;
}
.BgClassName
{
background-color: #27C38A;
}
</style>
border-color css
<style>
span { border-color: #27C38A; }
span { border-color: rgb(39,195,138); }
td.TdClassName
{
border-color: #27C38A;
}
.TagClassName
{
border-color: #27C38A;
}
</style>