Shades of Shamrock #31F09C
Tints of Shamrock #31F09C
RGB
CMYK
RGB Variations
Color information
#31F09C (or 0x31F09C) is known color: Shamrock. HEX triplet: 31, F0 and 9C. RGB value is (49,240,156). Sum of RGB (Red+Green+Blue) = 49+240+156=445 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.01% from 445); Green value is 240 (94.14% from 255 or 53.93% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 240 - color contains mainly: green. Hex color #31F09C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F09C is #CE0F63. Grayscale: #ADADAD. Windows color (decimal): -13504356 or 10285105. OLE color: 10285105.
HSL color Cylindrical-coordinate representation of color #31F09C: hue angle of 153.61º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F09C is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 156 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.06 |
| HSL | 153.61º | 0.86% | 0.57% | - |
| HSV(B) | 153.61º | 0.8% | 0.94% | - |
| XYZ | 38.43 | 65.37 | 42.05 | - |
| YUV | 173.32 | 118.22 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 156 | 0.80 | 0 | 0.35 | 0.06 | 153.61 | 0.86 | 0.57 |
| Hex | 31 | F0 | 9C | 50 | 0 | 23 | 6 | 9A | 56 | 39 |
| Octal | 61 | 360 | 234 | 120 | 0 | 43 | 6 | 232 | 126 | 71 |
| Binary | 110001 | 11110000 | 10011100 | 1010000 | 0 | 100011 | 110 | 10011010 | 1010110 | 111001 |
Color Harmonies of #31F09C
Complementary color
Monochromatic Colors of #31F09C
Black with #31F09C
Text Example
Text Example
White with #31F09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F09C; }
p { color: rgb(49,240,156); }
H1.HeaderClassName
{
color: #31F09C;
}
.AnyTagClassName
{
color: #31F09C;
}
</style>
background-color css
<style>
a { background-color: #31F09C; }
a { background-color: rgb(49,240,156); }
div.DivClassName
{
background-color: #31F09C;
}
.BgClassName
{
background-color: #31F09C;
}
</style>
border-color css
<style>
span { border-color: #31F09C; }
span { border-color: rgb(49,240,156); }
td.TdClassName
{
border-color: #31F09C;
}
.TagClassName
{
border-color: #31F09C;
}
</style>