Shades of Shamrock #31F6A0
Tints of Shamrock #31F6A0
RGB
CMYK
RGB Variations
Color information
#31F6A0 (or 0x31F6A0) is known color: Shamrock. HEX triplet: 31, F6 and A0. RGB value is (49,246,160). Sum of RGB (Red+Green+Blue) = 49+246+160=455 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.77% from 455); Green value is 246 (96.48% from 255 or 54.07% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 246 - color contains mainly: green. Hex color #31F6A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F6A0 is #CE095F. Grayscale: #B1B1B1. Windows color (decimal): -13502816 or 10548785. OLE color: 10548785.
HSL color Cylindrical-coordinate representation of color #31F6A0: hue angle of 153.81º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F6A0 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 246 | 160 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.04 |
| HSL | 153.81º | 0.92% | 0.58% | - |
| HSV(B) | 153.81º | 0.8% | 0.96% | - |
| XYZ | 40.57 | 69.1 | 44.46 | - |
| YUV | 177.29 | 118.23 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 246 | 160 | 0.80 | 0 | 0.35 | 0.04 | 153.81 | 0.92 | 0.58 |
| Hex | 31 | F6 | A0 | 50 | 0 | 23 | 4 | 9A | 5C | 3A |
| Octal | 61 | 366 | 240 | 120 | 0 | 43 | 4 | 232 | 134 | 72 |
| Binary | 110001 | 11110110 | 10100000 | 1010000 | 0 | 100011 | 100 | 10011010 | 1011100 | 111010 |
Color Harmonies of #31F6A0
Complementary color
Monochromatic Colors of #31F6A0
Black with #31F6A0
Text Example
Text Example
White with #31F6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F6A0; }
p { color: rgb(49,246,160); }
H1.HeaderClassName
{
color: #31F6A0;
}
.AnyTagClassName
{
color: #31F6A0;
}
</style>
background-color css
<style>
a { background-color: #31F6A0; }
a { background-color: rgb(49,246,160); }
div.DivClassName
{
background-color: #31F6A0;
}
.BgClassName
{
background-color: #31F6A0;
}
</style>
border-color css
<style>
span { border-color: #31F6A0; }
span { border-color: rgb(49,246,160); }
td.TdClassName
{
border-color: #31F6A0;
}
.TagClassName
{
border-color: #31F6A0;
}
</style>