Shades of Shamrock #38EC9C
Tints of Shamrock #38EC9C
RGB
CMYK
RGB Variations
Color information
#38EC9C (or 0x38EC9C) is known color: Shamrock. HEX triplet: 38, EC and 9C. RGB value is (56,236,156). Sum of RGB (Red+Green+Blue) = 56+236+156=448 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.5% from 448); Green value is 236 (92.58% from 255 or 52.68% from 448); Blue value is 156 (61.33% from 255 or 34.82% from 448); Max value from RGB is 236 - color contains mainly: green. Hex color #38EC9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #38EC9C is #C71363. Grayscale: #ADADAD. Windows color (decimal): -13046628 or 10284088. OLE color: 10284088.
HSL color Cylindrical-coordinate representation of color #38EC9C: hue angle of 153.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38EC9C is Cyan = 0.76, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 56 | 236 | 156 | - |
| CMYK | 0.76 | 0 | 0.34 | 0.07 |
| HSL | 153.33º | 0.83% | 0.57% | - |
| HSV(B) | 153.33º | 0.76% | 0.93% | - |
| XYZ | 37.63 | 63.23 | 41.67 | - |
| YUV | 173.06 | 118.37 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 236 | 156 | 0.76 | 0 | 0.34 | 0.07 | 153.33 | 0.83 | 0.57 |
| Hex | 38 | EC | 9C | 4C | 0 | 22 | 7 | 99 | 53 | 39 |
| Octal | 70 | 354 | 234 | 114 | 0 | 42 | 7 | 231 | 123 | 71 |
| Binary | 111000 | 11101100 | 10011100 | 1001100 | 0 | 100010 | 111 | 10011001 | 1010011 | 111001 |
Color Harmonies of #38EC9C
Complementary color
Monochromatic Colors of #38EC9C
Black with #38EC9C
Text Example
Text Example
White with #38EC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38EC9C; }
p { color: rgb(56,236,156); }
H1.HeaderClassName
{
color: #38EC9C;
}
.AnyTagClassName
{
color: #38EC9C;
}
</style>
background-color css
<style>
a { background-color: #38EC9C; }
a { background-color: rgb(56,236,156); }
div.DivClassName
{
background-color: #38EC9C;
}
.BgClassName
{
background-color: #38EC9C;
}
</style>
border-color css
<style>
span { border-color: #38EC9C; }
span { border-color: rgb(56,236,156); }
td.TdClassName
{
border-color: #38EC9C;
}
.TagClassName
{
border-color: #38EC9C;
}
</style>