Shades of Shamrock #1ADE81
Tints of Shamrock #1ADE81
RGB
CMYK
RGB Variations
Color information
#1ADE81 (or 0x1ADE81) is known color: Shamrock. HEX triplet: 1A, DE and 81. RGB value is (26,222,129). Sum of RGB (Red+Green+Blue) = 26+222+129=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 222 (87.11% from 255 or 58.89% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADE81 is #E5217E. Grayscale: #989898. Windows color (decimal): -15016319 or 8511002. OLE color: 8511002.
HSL color Cylindrical-coordinate representation of color #1ADE81: hue angle of 151.53º 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 #1ADE81 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 129 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.13 |
| HSL | 151.53º | 0.79% | 0.49% | - |
| HSV(B) | 151.53º | 0.88% | 0.87% | - |
| XYZ | 30.51 | 54.05 | 29.59 | - |
| YUV | 152.79 | 114.57 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 129 | 0.88 | 0 | 0.42 | 0.13 | 151.53 | 0.79 | 0.49 |
| Hex | 1A | DE | 81 | 58 | 0 | 2A | D | 98 | 4F | 31 |
| Octal | 32 | 336 | 201 | 130 | 0 | 52 | 15 | 230 | 117 | 61 |
| Binary | 11010 | 11011110 | 10000001 | 1011000 | 0 | 101010 | 1101 | 10011000 | 1001111 | 110001 |
Color Harmonies of #1ADE81
Complementary color
Monochromatic Colors of #1ADE81
Black with #1ADE81
Text Example
Text Example
White with #1ADE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE81; }
p { color: rgb(26,222,129); }
H1.HeaderClassName
{
color: #1ADE81;
}
.AnyTagClassName
{
color: #1ADE81;
}
</style>
background-color css
<style>
a { background-color: #1ADE81; }
a { background-color: rgb(26,222,129); }
div.DivClassName
{
background-color: #1ADE81;
}
.BgClassName
{
background-color: #1ADE81;
}
</style>
border-color css
<style>
span { border-color: #1ADE81; }
span { border-color: rgb(26,222,129); }
td.TdClassName
{
border-color: #1ADE81;
}
.TagClassName
{
border-color: #1ADE81;
}
</style>