Shades of Shamrock #1ADE8A
Tints of Shamrock #1ADE8A
RGB
CMYK
RGB Variations
Color information
#1ADE8A (or 0x1ADE8A) is known color: Shamrock. HEX triplet: 1A, DE and 8A. RGB value is (26,222,138). Sum of RGB (Red+Green+Blue) = 26+222+138=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADE8A is #E52175. Grayscale: #999999. Windows color (decimal): -15016310 or 9100826. OLE color: 9100826.
HSL color Cylindrical-coordinate representation of color #1ADE8A: hue angle of 154.29º 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 #1ADE8A is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 138 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.13 |
| HSL | 154.29º | 0.79% | 0.49% | - |
| HSV(B) | 154.29º | 0.88% | 0.87% | - |
| XYZ | 31.13 | 54.3 | 32.88 | - |
| YUV | 153.82 | 119.07 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 138 | 0.88 | 0 | 0.38 | 0.13 | 154.29 | 0.79 | 0.49 |
| Hex | 1A | DE | 8A | 58 | 0 | 26 | D | 9A | 4F | 31 |
| Octal | 32 | 336 | 212 | 130 | 0 | 46 | 15 | 232 | 117 | 61 |
| Binary | 11010 | 11011110 | 10001010 | 1011000 | 0 | 100110 | 1101 | 10011010 | 1001111 | 110001 |
Color Harmonies of #1ADE8A
Complementary color
Monochromatic Colors of #1ADE8A
Black with #1ADE8A
Text Example
Text Example
White with #1ADE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE8A; }
p { color: rgb(26,222,138); }
H1.HeaderClassName
{
color: #1ADE8A;
}
.AnyTagClassName
{
color: #1ADE8A;
}
</style>
background-color css
<style>
a { background-color: #1ADE8A; }
a { background-color: rgb(26,222,138); }
div.DivClassName
{
background-color: #1ADE8A;
}
.BgClassName
{
background-color: #1ADE8A;
}
</style>
border-color css
<style>
span { border-color: #1ADE8A; }
span { border-color: rgb(26,222,138); }
td.TdClassName
{
border-color: #1ADE8A;
}
.TagClassName
{
border-color: #1ADE8A;
}
</style>