Shades of Shamrock #1AE096
Tints of Shamrock #1AE096
RGB
CMYK
RGB Variations
Color information
#1AE096 (or 0x1AE096) is known color: Shamrock. HEX triplet: 1A, E0 and 96. RGB value is (26,224,150). Sum of RGB (Red+Green+Blue) = 26+224+150=400 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.5% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 150 (58.98% from 255 or 37.5% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #1AE096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE096 is #E51F69. Grayscale: #9C9C9C. Windows color (decimal): -15015786 or 9887770. OLE color: 9887770.
HSL color Cylindrical-coordinate representation of color #1AE096: hue angle of 157.58º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE096 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 224 | 150 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.12 |
| HSL | 157.58º | 0.79% | 0.49% | - |
| HSV(B) | 157.58º | 0.88% | 0.88% | - |
| XYZ | 32.59 | 55.73 | 37.89 | - |
| YUV | 156.36 | 124.4 | 35.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 224 | 150 | 0.88 | 0 | 0.33 | 0.12 | 157.58 | 0.79 | 0.49 |
| Hex | 1A | E0 | 96 | 58 | 0 | 21 | C | 9E | 4F | 31 |
| Octal | 32 | 340 | 226 | 130 | 0 | 41 | 14 | 236 | 117 | 61 |
| Binary | 11010 | 11100000 | 10010110 | 1011000 | 0 | 100001 | 1100 | 10011110 | 1001111 | 110001 |
Color Harmonies of #1AE096
Complementary color
Monochromatic Colors of #1AE096
Black with #1AE096
Text Example
Text Example
White with #1AE096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE096; }
p { color: rgb(26,224,150); }
H1.HeaderClassName
{
color: #1AE096;
}
.AnyTagClassName
{
color: #1AE096;
}
</style>
background-color css
<style>
a { background-color: #1AE096; }
a { background-color: rgb(26,224,150); }
div.DivClassName
{
background-color: #1AE096;
}
.BgClassName
{
background-color: #1AE096;
}
</style>
border-color css
<style>
span { border-color: #1AE096; }
span { border-color: rgb(26,224,150); }
td.TdClassName
{
border-color: #1AE096;
}
.TagClassName
{
border-color: #1AE096;
}
</style>