Shades of Shamrock #31E7A6
Tints of Shamrock #31E7A6
RGB
CMYK
RGB Variations
Color information
#31E7A6 (or 0x31E7A6) is known color: Shamrock. HEX triplet: 31, E7 and A6. RGB value is (49,231,166). Sum of RGB (Red+Green+Blue) = 49+231+166=446 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.99% from 446); Green value is 231 (90.62% from 255 or 51.79% from 446); Blue value is 166 (65.23% from 255 or 37.22% from 446); Max value from RGB is 231 - color contains mainly: green. Hex color #31E7A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31E7A6 is #CE1859. Grayscale: #A9A9A9. Windows color (decimal): -13506650 or 10938161. OLE color: 10938161.
HSL color Cylindrical-coordinate representation of color #31E7A6: hue angle of 158.57º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E7A6 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 231 | 166 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.09 |
| HSL | 158.57º | 0.79% | 0.55% | - |
| HSV(B) | 158.57º | 0.79% | 0.91% | - |
| XYZ | 36.73 | 60.56 | 45.83 | - |
| YUV | 169.17 | 126.2 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 231 | 166 | 0.79 | 0 | 0.28 | 0.09 | 158.57 | 0.79 | 0.55 |
| Hex | 31 | E7 | A6 | 4F | 0 | 1C | 9 | 9F | 4F | 37 |
| Octal | 61 | 347 | 246 | 117 | 0 | 34 | 11 | 237 | 117 | 67 |
| Binary | 110001 | 11100111 | 10100110 | 1001111 | 0 | 11100 | 1001 | 10011111 | 1001111 | 110111 |
Color Harmonies of #31E7A6
Complementary color
Monochromatic Colors of #31E7A6
Black with #31E7A6
Text Example
Text Example
White with #31E7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E7A6; }
p { color: rgb(49,231,166); }
H1.HeaderClassName
{
color: #31E7A6;
}
.AnyTagClassName
{
color: #31E7A6;
}
</style>
background-color css
<style>
a { background-color: #31E7A6; }
a { background-color: rgb(49,231,166); }
div.DivClassName
{
background-color: #31E7A6;
}
.BgClassName
{
background-color: #31E7A6;
}
</style>
border-color css
<style>
span { border-color: #31E7A6; }
span { border-color: rgb(49,231,166); }
td.TdClassName
{
border-color: #31E7A6;
}
.TagClassName
{
border-color: #31E7A6;
}
</style>