Shades of Shamrock #1AD681
Tints of Shamrock #1AD681
RGB
CMYK
RGB Variations
Color information
#1AD681 (or 0x1AD681) is known color: Shamrock. HEX triplet: 1A, D6 and 81. RGB value is (26,214,129). Sum of RGB (Red+Green+Blue) = 26+214+129=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD681 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD681 is #E5297E. Grayscale: #949494. Windows color (decimal): -15018367 or 8508954. OLE color: 8508954.
HSL color Cylindrical-coordinate representation of color #1AD681: hue angle of 152.87º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD681 is Cyan = 0.88, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 129 | - |
| CMYK | 0.88 | 0 | 0.40 | 0.16 |
| HSL | 152.87º | 0.78% | 0.47% | - |
| HSV(B) | 152.87º | 0.88% | 0.84% | - |
| XYZ | 28.44 | 49.9 | 28.9 | - |
| YUV | 148.1 | 117.22 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 129 | 0.88 | 0 | 0.40 | 0.16 | 152.87 | 0.78 | 0.47 |
| Hex | 1A | D6 | 81 | 58 | 0 | 28 | 10 | 99 | 4E | 2F |
| Octal | 32 | 326 | 201 | 130 | 0 | 50 | 20 | 231 | 116 | 57 |
| Binary | 11010 | 11010110 | 10000001 | 1011000 | 0 | 101000 | 10000 | 10011001 | 1001110 | 101111 |
Color Harmonies of #1AD681
Complementary color
Monochromatic Colors of #1AD681
Black with #1AD681
Text Example
Text Example
White with #1AD681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD681; }
p { color: rgb(26,214,129); }
H1.HeaderClassName
{
color: #1AD681;
}
.AnyTagClassName
{
color: #1AD681;
}
</style>
background-color css
<style>
a { background-color: #1AD681; }
a { background-color: rgb(26,214,129); }
div.DivClassName
{
background-color: #1AD681;
}
.BgClassName
{
background-color: #1AD681;
}
</style>
border-color css
<style>
span { border-color: #1AD681; }
span { border-color: rgb(26,214,129); }
td.TdClassName
{
border-color: #1AD681;
}
.TagClassName
{
border-color: #1AD681;
}
</style>