Shades of Shamrock #1AD88B
Tints of Shamrock #1AD88B
RGB
CMYK
RGB Variations
Color information
#1AD88B (or 0x1AD88B) is known color: Shamrock. HEX triplet: 1A, D8 and 8B. RGB value is (26,216,139). Sum of RGB (Red+Green+Blue) = 26+216+139=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 216 (84.77% from 255 or 56.69% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD88B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD88B is #E52774. Grayscale: #969696. Windows color (decimal): -15017845 or 9164826. OLE color: 9164826.
HSL color Cylindrical-coordinate representation of color #1AD88B: hue angle of 155.68º 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 #1AD88B is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 139 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.15 |
| HSL | 155.68º | 0.79% | 0.47% | - |
| HSV(B) | 155.68º | 0.88% | 0.85% | - |
| XYZ | 29.64 | 51.2 | 32.75 | - |
| YUV | 150.41 | 121.55 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 139 | 0.88 | 0 | 0.36 | 0.15 | 155.68 | 0.79 | 0.47 |
| Hex | 1A | D8 | 8B | 58 | 0 | 24 | F | 9C | 4F | 2F |
| Octal | 32 | 330 | 213 | 130 | 0 | 44 | 17 | 234 | 117 | 57 |
| Binary | 11010 | 11011000 | 10001011 | 1011000 | 0 | 100100 | 1111 | 10011100 | 1001111 | 101111 |
Color Harmonies of #1AD88B
Complementary color
Monochromatic Colors of #1AD88B
Black with #1AD88B
Text Example
Text Example
White with #1AD88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD88B; }
p { color: rgb(26,216,139); }
H1.HeaderClassName
{
color: #1AD88B;
}
.AnyTagClassName
{
color: #1AD88B;
}
</style>
background-color css
<style>
a { background-color: #1AD88B; }
a { background-color: rgb(26,216,139); }
div.DivClassName
{
background-color: #1AD88B;
}
.BgClassName
{
background-color: #1AD88B;
}
</style>
border-color css
<style>
span { border-color: #1AD88B; }
span { border-color: rgb(26,216,139); }
td.TdClassName
{
border-color: #1AD88B;
}
.TagClassName
{
border-color: #1AD88B;
}
</style>