Shades of Shamrock #1AD48B
Tints of Shamrock #1AD48B
RGB
CMYK
RGB Variations
Color information
#1AD48B (or 0x1AD48B) is known color: Shamrock. HEX triplet: 1A, D4 and 8B. RGB value is (26,212,139). Sum of RGB (Red+Green+Blue) = 26+212+139=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 212 (83.20% from 255 or 56.23% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD48B is #E52B74. Grayscale: #949494. Windows color (decimal): -15018869 or 9163802. OLE color: 9163802.
HSL color Cylindrical-coordinate representation of color #1AD48B: hue angle of 156.45º 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 #1AD48B is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 139 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.17 |
| HSL | 156.45º | 0.78% | 0.47% | - |
| HSV(B) | 156.45º | 0.88% | 0.83% | - |
| XYZ | 28.63 | 49.17 | 32.41 | - |
| YUV | 148.06 | 122.88 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 139 | 0.88 | 0 | 0.34 | 0.17 | 156.45 | 0.78 | 0.47 |
| Hex | 1A | D4 | 8B | 58 | 0 | 22 | 11 | 9C | 4E | 2F |
| Octal | 32 | 324 | 213 | 130 | 0 | 42 | 21 | 234 | 116 | 57 |
| Binary | 11010 | 11010100 | 10001011 | 1011000 | 0 | 100010 | 10001 | 10011100 | 1001110 | 101111 |
Color Harmonies of #1AD48B
Complementary color
Monochromatic Colors of #1AD48B
Black with #1AD48B
Text Example
Text Example
White with #1AD48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD48B; }
p { color: rgb(26,212,139); }
H1.HeaderClassName
{
color: #1AD48B;
}
.AnyTagClassName
{
color: #1AD48B;
}
</style>
background-color css
<style>
a { background-color: #1AD48B; }
a { background-color: rgb(26,212,139); }
div.DivClassName
{
background-color: #1AD48B;
}
.BgClassName
{
background-color: #1AD48B;
}
</style>
border-color css
<style>
span { border-color: #1AD48B; }
span { border-color: rgb(26,212,139); }
td.TdClassName
{
border-color: #1AD48B;
}
.TagClassName
{
border-color: #1AD48B;
}
</style>