Shades of Shamrock #1ADE9B
Tints of Shamrock #1ADE9B
RGB
CMYK
RGB Variations
Color information
#1ADE9B (or 0x1ADE9B) is known color: Shamrock. HEX triplet: 1A, DE and 9B. RGB value is (26,222,155). Sum of RGB (Red+Green+Blue) = 26+222+155=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 222 (87.11% from 255 or 55.09% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADE9B is #E52164. Grayscale: #9B9B9B. Windows color (decimal): -15016293 or 10214938. OLE color: 10214938.
HSL color Cylindrical-coordinate representation of color #1ADE9B: hue angle of 159.49º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADE9B is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 155 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.13 |
| HSL | 159.49º | 0.79% | 0.49% | - |
| HSV(B) | 159.49º | 0.88% | 0.87% | - |
| XYZ | 32.46 | 54.83 | 39.88 | - |
| YUV | 155.76 | 127.57 | 35.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 155 | 0.88 | 0 | 0.30 | 0.13 | 159.49 | 0.79 | 0.49 |
| Hex | 1A | DE | 9B | 58 | 0 | 1E | D | 9F | 4F | 31 |
| Octal | 32 | 336 | 233 | 130 | 0 | 36 | 15 | 237 | 117 | 61 |
| Binary | 11010 | 11011110 | 10011011 | 1011000 | 0 | 11110 | 1101 | 10011111 | 1001111 | 110001 |
Color Harmonies of #1ADE9B
Complementary color
Monochromatic Colors of #1ADE9B
Black with #1ADE9B
Text Example
Text Example
White with #1ADE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE9B; }
p { color: rgb(26,222,155); }
H1.HeaderClassName
{
color: #1ADE9B;
}
.AnyTagClassName
{
color: #1ADE9B;
}
</style>
background-color css
<style>
a { background-color: #1ADE9B; }
a { background-color: rgb(26,222,155); }
div.DivClassName
{
background-color: #1ADE9B;
}
.BgClassName
{
background-color: #1ADE9B;
}
</style>
border-color css
<style>
span { border-color: #1ADE9B; }
span { border-color: rgb(26,222,155); }
td.TdClassName
{
border-color: #1ADE9B;
}
.TagClassName
{
border-color: #1ADE9B;
}
</style>