Shades of Shamrock #1FDA7A
Tints of Shamrock #1FDA7A
RGB
CMYK
RGB Variations
Color information
#1FDA7A (or 0x1FDA7A) is known color: Shamrock. HEX triplet: 1F, DA and 7A. RGB value is (31,218,122). Sum of RGB (Red+Green+Blue) = 31+218+122=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDA7A is #E02585. Grayscale: #979797. Windows color (decimal): -14689670 or 8051231. OLE color: 8051231.
HSL color Cylindrical-coordinate representation of color #1FDA7A: hue angle of 149.2º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDA7A is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 122 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.15 |
| HSL | 149.2º | 0.75% | 0.49% | - |
| HSV(B) | 149.2º | 0.86% | 0.85% | - |
| XYZ | 29.15 | 51.84 | 26.88 | - |
| YUV | 151.14 | 111.55 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 122 | 0.86 | 0 | 0.44 | 0.15 | 149.2 | 0.75 | 0.49 |
| Hex | 1F | DA | 7A | 56 | 0 | 2C | F | 95 | 4B | 31 |
| Octal | 37 | 332 | 172 | 126 | 0 | 54 | 17 | 225 | 113 | 61 |
| Binary | 11111 | 11011010 | 1111010 | 1010110 | 0 | 101100 | 1111 | 10010101 | 1001011 | 110001 |
Color Harmonies of #1FDA7A
Complementary color
Monochromatic Colors of #1FDA7A
Black with #1FDA7A
Text Example
Text Example
White with #1FDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA7A; }
p { color: rgb(31,218,122); }
H1.HeaderClassName
{
color: #1FDA7A;
}
.AnyTagClassName
{
color: #1FDA7A;
}
</style>
background-color css
<style>
a { background-color: #1FDA7A; }
a { background-color: rgb(31,218,122); }
div.DivClassName
{
background-color: #1FDA7A;
}
.BgClassName
{
background-color: #1FDA7A;
}
</style>
border-color css
<style>
span { border-color: #1FDA7A; }
span { border-color: rgb(31,218,122); }
td.TdClassName
{
border-color: #1FDA7A;
}
.TagClassName
{
border-color: #1FDA7A;
}
</style>