Shades of Shamrock #1AD48C
Tints of Shamrock #1AD48C
RGB
CMYK
RGB Variations
Color information
#1AD48C (or 0x1AD48C) is known color: Shamrock. HEX triplet: 1A, D4 and 8C. RGB value is (26,212,140). Sum of RGB (Red+Green+Blue) = 26+212+140=378 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.88% from 378); Green value is 212 (83.20% from 255 or 56.08% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD48C is #E52B73. Grayscale: #949494. Windows color (decimal): -15018868 or 9229338. OLE color: 9229338.
HSL color Cylindrical-coordinate representation of color #1AD48C: hue angle of 156.77º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD48C is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 140 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.17 |
| HSL | 156.77º | 0.78% | 0.47% | - |
| HSV(B) | 156.77º | 0.88% | 0.83% | - |
| XYZ | 28.7 | 49.2 | 32.79 | - |
| YUV | 148.18 | 123.38 | 40.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 140 | 0.88 | 0 | 0.34 | 0.17 | 156.77 | 0.78 | 0.47 |
| Hex | 1A | D4 | 8C | 58 | 0 | 22 | 11 | 9D | 4E | 2F |
| Octal | 32 | 324 | 214 | 130 | 0 | 42 | 21 | 235 | 116 | 57 |
| Binary | 11010 | 11010100 | 10001100 | 1011000 | 0 | 100010 | 10001 | 10011101 | 1001110 | 101111 |
Color Harmonies of #1AD48C
Complementary color
Monochromatic Colors of #1AD48C
Black with #1AD48C
Text Example
Text Example
White with #1AD48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD48C; }
p { color: rgb(26,212,140); }
H1.HeaderClassName
{
color: #1AD48C;
}
.AnyTagClassName
{
color: #1AD48C;
}
</style>
background-color css
<style>
a { background-color: #1AD48C; }
a { background-color: rgb(26,212,140); }
div.DivClassName
{
background-color: #1AD48C;
}
.BgClassName
{
background-color: #1AD48C;
}
</style>
border-color css
<style>
span { border-color: #1AD48C; }
span { border-color: rgb(26,212,140); }
td.TdClassName
{
border-color: #1AD48C;
}
.TagClassName
{
border-color: #1AD48C;
}
</style>