Shades of Shamrock #1FD594
Tints of Shamrock #1FD594
RGB
CMYK
RGB Variations
Color information
#1FD594 (or 0x1FD594) is known color: Shamrock. HEX triplet: 1F, D5 and 94. RGB value is (31,213,148). Sum of RGB (Red+Green+Blue) = 31+213+148=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD594 is #E02A6B. Grayscale: #979797. Windows color (decimal): -14690924 or 9753887. OLE color: 9753887.
HSL color Cylindrical-coordinate representation of color #1FD594: hue angle of 158.57º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD594 is Cyan = 0.85, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 148 | - |
| CMYK | 0.85 | 0 | 0.31 | 0.16 |
| HSL | 158.57º | 0.75% | 0.48% | - |
| HSV(B) | 158.57º | 0.85% | 0.84% | - |
| XYZ | 29.7 | 50.02 | 36.11 | - |
| YUV | 151.17 | 126.2 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 148 | 0.85 | 0 | 0.31 | 0.16 | 158.57 | 0.75 | 0.48 |
| Hex | 1F | D5 | 94 | 55 | 0 | 1F | 10 | 9F | 4B | 30 |
| Octal | 37 | 325 | 224 | 125 | 0 | 37 | 20 | 237 | 113 | 60 |
| Binary | 11111 | 11010101 | 10010100 | 1010101 | 0 | 11111 | 10000 | 10011111 | 1001011 | 110000 |
Color Harmonies of #1FD594
Complementary color
Monochromatic Colors of #1FD594
Black with #1FD594
Text Example
Text Example
White with #1FD594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD594; }
p { color: rgb(31,213,148); }
H1.HeaderClassName
{
color: #1FD594;
}
.AnyTagClassName
{
color: #1FD594;
}
</style>
background-color css
<style>
a { background-color: #1FD594; }
a { background-color: rgb(31,213,148); }
div.DivClassName
{
background-color: #1FD594;
}
.BgClassName
{
background-color: #1FD594;
}
</style>
border-color css
<style>
span { border-color: #1FD594; }
span { border-color: rgb(31,213,148); }
td.TdClassName
{
border-color: #1FD594;
}
.TagClassName
{
border-color: #1FD594;
}
</style>