Shades of Shamrock #1FD0A0
Tints of Shamrock #1FD0A0
RGB
CMYK
RGB Variations
Color information
#1FD0A0 (or 0x1FD0A0) is known color: Shamrock. HEX triplet: 1F, D0 and A0. RGB value is (31,208,160). Sum of RGB (Red+Green+Blue) = 31+208+160=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FD0A0 is #E02F5F. Grayscale: #959595. Windows color (decimal): -14692192 or 10539039. OLE color: 10539039.
HSL color Cylindrical-coordinate representation of color #1FD0A0: hue angle of 163.73º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD0A0 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 208 | 160 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.18 |
| HSL | 163.73º | 0.74% | 0.47% | - |
| HSV(B) | 163.73º | 0.85% | 0.82% | - |
| XYZ | 29.47 | 47.94 | 40.96 | - |
| YUV | 149.61 | 133.86 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 208 | 160 | 0.85 | 0 | 0.23 | 0.18 | 163.73 | 0.74 | 0.47 |
| Hex | 1F | D0 | A0 | 55 | 0 | 17 | 12 | A4 | 4A | 2F |
| Octal | 37 | 320 | 240 | 125 | 0 | 27 | 22 | 244 | 112 | 57 |
| Binary | 11111 | 11010000 | 10100000 | 1010101 | 0 | 10111 | 10010 | 10100100 | 1001010 | 101111 |
Color Harmonies of #1FD0A0
Complementary color
Monochromatic Colors of #1FD0A0
Black with #1FD0A0
Text Example
Text Example
White with #1FD0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD0A0; }
p { color: rgb(31,208,160); }
H1.HeaderClassName
{
color: #1FD0A0;
}
.AnyTagClassName
{
color: #1FD0A0;
}
</style>
background-color css
<style>
a { background-color: #1FD0A0; }
a { background-color: rgb(31,208,160); }
div.DivClassName
{
background-color: #1FD0A0;
}
.BgClassName
{
background-color: #1FD0A0;
}
</style>
border-color css
<style>
span { border-color: #1FD0A0; }
span { border-color: rgb(31,208,160); }
td.TdClassName
{
border-color: #1FD0A0;
}
.TagClassName
{
border-color: #1FD0A0;
}
</style>