Shades of Shamrock #31F9A6
Tints of Shamrock #31F9A6
RGB
CMYK
RGB Variations
Color information
#31F9A6 (or 0x31F9A6) is known color: Shamrock. HEX triplet: 31, F9 and A6. RGB value is (49,249,166). Sum of RGB (Red+Green+Blue) = 49+249+166=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 249 (97.66% from 255 or 53.66% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 249 - color contains mainly: green. Hex color #31F9A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31F9A6 is #CE0659. Grayscale: #B3B3B3. Windows color (decimal): -13502042 or 10942769. OLE color: 10942769.
HSL color Cylindrical-coordinate representation of color #31F9A6: hue angle of 155.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F9A6 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 166 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.02 |
| HSL | 155.1º | 0.94% | 0.58% | - |
| HSV(B) | 155.1º | 0.8% | 0.98% | - |
| XYZ | 42.03 | 71.16 | 47.6 | - |
| YUV | 179.74 | 120.24 | 34.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 166 | 0.80 | 0 | 0.33 | 0.02 | 155.1 | 0.94 | 0.58 |
| Hex | 31 | F9 | A6 | 50 | 0 | 21 | 2 | 9B | 5E | 3A |
| Octal | 61 | 371 | 246 | 120 | 0 | 41 | 2 | 233 | 136 | 72 |
| Binary | 110001 | 11111001 | 10100110 | 1010000 | 0 | 100001 | 10 | 10011011 | 1011110 | 111010 |
Color Harmonies of #31F9A6
Complementary color
Monochromatic Colors of #31F9A6
Black with #31F9A6
Text Example
Text Example
White with #31F9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F9A6; }
p { color: rgb(49,249,166); }
H1.HeaderClassName
{
color: #31F9A6;
}
.AnyTagClassName
{
color: #31F9A6;
}
</style>
background-color css
<style>
a { background-color: #31F9A6; }
a { background-color: rgb(49,249,166); }
div.DivClassName
{
background-color: #31F9A6;
}
.BgClassName
{
background-color: #31F9A6;
}
</style>
border-color css
<style>
span { border-color: #31F9A6; }
span { border-color: rgb(49,249,166); }
td.TdClassName
{
border-color: #31F9A6;
}
.TagClassName
{
border-color: #31F9A6;
}
</style>