Shades of Shamrock #1FD48A
Tints of Shamrock #1FD48A
RGB
CMYK
RGB Variations
Color information
#1FD48A (or 0x1FD48A) is known color: Shamrock. HEX triplet: 1F, D4 and 8A. RGB value is (31,212,138). Sum of RGB (Red+Green+Blue) = 31+212+138=381 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.14% from 381); Green value is 212 (83.20% from 255 or 55.64% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 212 - color contains mainly: green. Hex color #1FD48A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD48A is #E02B75. Grayscale: #959595. Windows color (decimal): -14691190 or 9098271. OLE color: 9098271.
HSL color Cylindrical-coordinate representation of color #1FD48A: hue angle of 155.47º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD48A is Cyan = 0.85, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 31 | 212 | 138 | - |
| CMYK | 0.85 | 0 | 0.35 | 0.17 |
| HSL | 155.47º | 0.74% | 0.48% | - |
| HSV(B) | 155.47º | 0.85% | 0.83% | - |
| XYZ | 28.7 | 49.21 | 32.03 | - |
| YUV | 149.45 | 121.53 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 212 | 138 | 0.85 | 0 | 0.35 | 0.17 | 155.47 | 0.74 | 0.48 |
| Hex | 1F | D4 | 8A | 55 | 0 | 23 | 11 | 9B | 4A | 30 |
| Octal | 37 | 324 | 212 | 125 | 0 | 43 | 21 | 233 | 112 | 60 |
| Binary | 11111 | 11010100 | 10001010 | 1010101 | 0 | 100011 | 10001 | 10011011 | 1001010 | 110000 |
Color Harmonies of #1FD48A
Complementary color
Monochromatic Colors of #1FD48A
Black with #1FD48A
Text Example
Text Example
White with #1FD48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD48A; }
p { color: rgb(31,212,138); }
H1.HeaderClassName
{
color: #1FD48A;
}
.AnyTagClassName
{
color: #1FD48A;
}
</style>
background-color css
<style>
a { background-color: #1FD48A; }
a { background-color: rgb(31,212,138); }
div.DivClassName
{
background-color: #1FD48A;
}
.BgClassName
{
background-color: #1FD48A;
}
</style>
border-color css
<style>
span { border-color: #1FD48A; }
span { border-color: rgb(31,212,138); }
td.TdClassName
{
border-color: #1FD48A;
}
.TagClassName
{
border-color: #1FD48A;
}
</style>