Shades of Shamrock #1AD88C
Tints of Shamrock #1AD88C
RGB
CMYK
RGB Variations
Color information
#1AD88C (or 0x1AD88C) is known color: Shamrock. HEX triplet: 1A, D8 and 8C. RGB value is (26,216,140). Sum of RGB (Red+Green+Blue) = 26+216+140=382 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.81% from 382); Green value is 216 (84.77% from 255 or 56.54% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD88C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD88C is #E52773. Grayscale: #969696. Windows color (decimal): -15017844 or 9230362. OLE color: 9230362.
HSL color Cylindrical-coordinate representation of color #1AD88C: hue angle of 156º 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 #1AD88C is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 140 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.15 |
| HSL | 156º | 0.79% | 0.47% | - |
| HSV(B) | 156º | 0.88% | 0.85% | - |
| XYZ | 29.72 | 51.22 | 33.13 | - |
| YUV | 150.53 | 122.05 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 140 | 0.88 | 0 | 0.35 | 0.15 | 156 | 0.79 | 0.47 |
| Hex | 1A | D8 | 8C | 58 | 0 | 23 | F | 9C | 4F | 2F |
| Octal | 32 | 330 | 214 | 130 | 0 | 43 | 17 | 234 | 117 | 57 |
| Binary | 11010 | 11011000 | 10001100 | 1011000 | 0 | 100011 | 1111 | 10011100 | 1001111 | 101111 |
Color Harmonies of #1AD88C
Complementary color
Monochromatic Colors of #1AD88C
Black with #1AD88C
Text Example
Text Example
White with #1AD88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD88C; }
p { color: rgb(26,216,140); }
H1.HeaderClassName
{
color: #1AD88C;
}
.AnyTagClassName
{
color: #1AD88C;
}
</style>
background-color css
<style>
a { background-color: #1AD88C; }
a { background-color: rgb(26,216,140); }
div.DivClassName
{
background-color: #1AD88C;
}
.BgClassName
{
background-color: #1AD88C;
}
</style>
border-color css
<style>
span { border-color: #1AD88C; }
span { border-color: rgb(26,216,140); }
td.TdClassName
{
border-color: #1AD88C;
}
.TagClassName
{
border-color: #1AD88C;
}
</style>