Shades of Shamrock #1AD881
Tints of Shamrock #1AD881
RGB
CMYK
RGB Variations
Color information
#1AD881 (or 0x1AD881) is known color: Shamrock. HEX triplet: 1A, D8 and 81. RGB value is (26,216,129). Sum of RGB (Red+Green+Blue) = 26+216+129=371 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.01% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD881 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD881 is #E5277E. Grayscale: #959595. Windows color (decimal): -15017855 or 8509466. OLE color: 8509466.
HSL color Cylindrical-coordinate representation of color #1AD881: hue angle of 152.53º 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 #1AD881 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 129 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.15 |
| HSL | 152.53º | 0.79% | 0.47% | - |
| HSV(B) | 152.53º | 0.88% | 0.85% | - |
| XYZ | 28.94 | 50.92 | 29.07 | - |
| YUV | 149.27 | 116.55 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 129 | 0.88 | 0 | 0.40 | 0.15 | 152.53 | 0.79 | 0.47 |
| Hex | 1A | D8 | 81 | 58 | 0 | 28 | F | 99 | 4F | 2F |
| Octal | 32 | 330 | 201 | 130 | 0 | 50 | 17 | 231 | 117 | 57 |
| Binary | 11010 | 11011000 | 10000001 | 1011000 | 0 | 101000 | 1111 | 10011001 | 1001111 | 101111 |
Color Harmonies of #1AD881
Complementary color
Monochromatic Colors of #1AD881
Black with #1AD881
Text Example
Text Example
White with #1AD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD881; }
p { color: rgb(26,216,129); }
H1.HeaderClassName
{
color: #1AD881;
}
.AnyTagClassName
{
color: #1AD881;
}
</style>
background-color css
<style>
a { background-color: #1AD881; }
a { background-color: rgb(26,216,129); }
div.DivClassName
{
background-color: #1AD881;
}
.BgClassName
{
background-color: #1AD881;
}
</style>
border-color css
<style>
span { border-color: #1AD881; }
span { border-color: rgb(26,216,129); }
td.TdClassName
{
border-color: #1AD881;
}
.TagClassName
{
border-color: #1AD881;
}
</style>