Shades of Shamrock #1AD87F
Tints of Shamrock #1AD87F
RGB
CMYK
RGB Variations
Color information
#1AD87F (or 0x1AD87F) is known color: Shamrock. HEX triplet: 1A, D8 and 7F. RGB value is (26,216,127). Sum of RGB (Red+Green+Blue) = 26+216+127=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD87F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1AD87F is #E52780. Grayscale: #959595. Windows color (decimal): -15017857 or 8378394. OLE color: 8378394.
HSL color Cylindrical-coordinate representation of color #1AD87F: hue angle of 151.89º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD87F is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 127 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.15 |
| HSL | 151.89º | 0.79% | 0.47% | - |
| HSV(B) | 151.89º | 0.88% | 0.85% | - |
| XYZ | 28.81 | 50.86 | 28.38 | - |
| YUV | 149.04 | 115.55 | 40.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 127 | 0.88 | 0 | 0.41 | 0.15 | 151.89 | 0.79 | 0.47 |
| Hex | 1A | D8 | 7F | 58 | 0 | 29 | F | 98 | 4F | 2F |
| Octal | 32 | 330 | 177 | 130 | 0 | 51 | 17 | 230 | 117 | 57 |
| Binary | 11010 | 11011000 | 1111111 | 1011000 | 0 | 101001 | 1111 | 10011000 | 1001111 | 101111 |
Color Harmonies of #1AD87F
Complementary color
Monochromatic Colors of #1AD87F
Black with #1AD87F
Text Example
Text Example
White with #1AD87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD87F; }
p { color: rgb(26,216,127); }
H1.HeaderClassName
{
color: #1AD87F;
}
.AnyTagClassName
{
color: #1AD87F;
}
</style>
background-color css
<style>
a { background-color: #1AD87F; }
a { background-color: rgb(26,216,127); }
div.DivClassName
{
background-color: #1AD87F;
}
.BgClassName
{
background-color: #1AD87F;
}
</style>
border-color css
<style>
span { border-color: #1AD87F; }
span { border-color: rgb(26,216,127); }
td.TdClassName
{
border-color: #1AD87F;
}
.TagClassName
{
border-color: #1AD87F;
}
</style>