Shades of Shamrock #1ADE8C
Tints of Shamrock #1ADE8C
RGB
CMYK
RGB Variations
Color information
#1ADE8C (or 0x1ADE8C) is known color: Shamrock. HEX triplet: 1A, DE and 8C. RGB value is (26,222,140). Sum of RGB (Red+Green+Blue) = 26+222+140=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 222 (87.11% from 255 or 57.22% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADE8C is #E52173. Grayscale: #9A9A9A. Windows color (decimal): -15016308 or 9231898. OLE color: 9231898.
HSL color Cylindrical-coordinate representation of color #1ADE8C: hue angle of 154.9º 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 #1ADE8C is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 140 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.13 |
| HSL | 154.9º | 0.79% | 0.49% | - |
| HSV(B) | 154.9º | 0.88% | 0.87% | - |
| XYZ | 31.28 | 54.36 | 33.65 | - |
| YUV | 154.05 | 120.07 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 140 | 0.88 | 0 | 0.37 | 0.13 | 154.9 | 0.79 | 0.49 |
| Hex | 1A | DE | 8C | 58 | 0 | 25 | D | 9B | 4F | 31 |
| Octal | 32 | 336 | 214 | 130 | 0 | 45 | 15 | 233 | 117 | 61 |
| Binary | 11010 | 11011110 | 10001100 | 1011000 | 0 | 100101 | 1101 | 10011011 | 1001111 | 110001 |
Color Harmonies of #1ADE8C
Complementary color
Monochromatic Colors of #1ADE8C
Black with #1ADE8C
Text Example
Text Example
White with #1ADE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE8C; }
p { color: rgb(26,222,140); }
H1.HeaderClassName
{
color: #1ADE8C;
}
.AnyTagClassName
{
color: #1ADE8C;
}
</style>
background-color css
<style>
a { background-color: #1ADE8C; }
a { background-color: rgb(26,222,140); }
div.DivClassName
{
background-color: #1ADE8C;
}
.BgClassName
{
background-color: #1ADE8C;
}
</style>
border-color css
<style>
span { border-color: #1ADE8C; }
span { border-color: rgb(26,222,140); }
td.TdClassName
{
border-color: #1ADE8C;
}
.TagClassName
{
border-color: #1ADE8C;
}
</style>