Shades of Shamrock #31F0AC
Tints of Shamrock #31F0AC
RGB
CMYK
RGB Variations
Color information
#31F0AC (or 0x31F0AC) is known color: Shamrock. HEX triplet: 31, F0 and AC. RGB value is (49,240,172). Sum of RGB (Red+Green+Blue) = 49+240+172=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #31F0AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F0AC is #CE0F53. Grayscale: #AFAFAF. Windows color (decimal): -13504340 or 11333681. OLE color: 11333681.
HSL color Cylindrical-coordinate representation of color #31F0AC: hue angle of 158.64º 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 #31F0AC is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 172 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.06 |
| HSL | 158.64º | 0.86% | 0.57% | - |
| HSV(B) | 158.64º | 0.8% | 0.94% | - |
| XYZ | 39.87 | 65.95 | 49.66 | - |
| YUV | 175.14 | 126.22 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 172 | 0.80 | 0 | 0.28 | 0.06 | 158.64 | 0.86 | 0.57 |
| Hex | 31 | F0 | AC | 50 | 0 | 1C | 6 | 9F | 56 | 39 |
| Octal | 61 | 360 | 254 | 120 | 0 | 34 | 6 | 237 | 126 | 71 |
| Binary | 110001 | 11110000 | 10101100 | 1010000 | 0 | 11100 | 110 | 10011111 | 1010110 | 111001 |
Color Harmonies of #31F0AC
Complementary color
Monochromatic Colors of #31F0AC
Black with #31F0AC
Text Example
Text Example
White with #31F0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F0AC; }
p { color: rgb(49,240,172); }
H1.HeaderClassName
{
color: #31F0AC;
}
.AnyTagClassName
{
color: #31F0AC;
}
</style>
background-color css
<style>
a { background-color: #31F0AC; }
a { background-color: rgb(49,240,172); }
div.DivClassName
{
background-color: #31F0AC;
}
.BgClassName
{
background-color: #31F0AC;
}
</style>
border-color css
<style>
span { border-color: #31F0AC; }
span { border-color: rgb(49,240,172); }
td.TdClassName
{
border-color: #31F0AC;
}
.TagClassName
{
border-color: #31F0AC;
}
</style>