Shades of Shamrock #1FD5AD
Tints of Shamrock #1FD5AD
RGB
CMYK
RGB Variations
Color information
#1FD5AD (or 0x1FD5AD) is known color: Shamrock. HEX triplet: 1F, D5 and AD. RGB value is (31,213,173). Sum of RGB (Red+Green+Blue) = 31+213+173=417 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.43% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #1FD5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD5AD is #E02A52. Grayscale: #9A9A9A. Windows color (decimal): -14690899 or 11392287. OLE color: 11392287.
HSL color Cylindrical-coordinate representation of color #1FD5AD: hue angle of 166.81º 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 #1FD5AD is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 31 | 213 | 173 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.16 |
| HSL | 166.81º | 0.75% | 0.48% | - |
| HSV(B) | 166.81º | 0.85% | 0.84% | - |
| XYZ | 31.9 | 50.9 | 47.68 | - |
| YUV | 154.02 | 138.7 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 213 | 173 | 0.85 | 0 | 0.19 | 0.16 | 166.81 | 0.75 | 0.48 |
| Hex | 1F | D5 | AD | 55 | 0 | 13 | 10 | A7 | 4B | 30 |
| Octal | 37 | 325 | 255 | 125 | 0 | 23 | 20 | 247 | 113 | 60 |
| Binary | 11111 | 11010101 | 10101101 | 1010101 | 0 | 10011 | 10000 | 10100111 | 1001011 | 110000 |
Color Harmonies of #1FD5AD
Complementary color
Monochromatic Colors of #1FD5AD
Black with #1FD5AD
Text Example
Text Example
White with #1FD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD5AD; }
p { color: rgb(31,213,173); }
H1.HeaderClassName
{
color: #1FD5AD;
}
.AnyTagClassName
{
color: #1FD5AD;
}
</style>
background-color css
<style>
a { background-color: #1FD5AD; }
a { background-color: rgb(31,213,173); }
div.DivClassName
{
background-color: #1FD5AD;
}
.BgClassName
{
background-color: #1FD5AD;
}
</style>
border-color css
<style>
span { border-color: #1FD5AD; }
span { border-color: rgb(31,213,173); }
td.TdClassName
{
border-color: #1FD5AD;
}
.TagClassName
{
border-color: #1FD5AD;
}
</style>