Shades of Shamrock #1AE295
Tints of Shamrock #1AE295
RGB
CMYK
RGB Variations
Color information
#1AE295 (or 0x1AE295) is known color: Shamrock. HEX triplet: 1A, E2 and 95. RGB value is (26,226,149). Sum of RGB (Red+Green+Blue) = 26+226+149=401 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.48% from 401); Green value is 226 (88.67% from 255 or 56.36% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 226 - color contains mainly: green. Hex color #1AE295 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE295 is #E51D6A. Grayscale: #9D9D9D. Windows color (decimal): -15015275 or 9822746. OLE color: 9822746.
HSL color Cylindrical-coordinate representation of color #1AE295: hue angle of 156.9º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AE295 is Cyan = 0.88, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 226 | 149 | - |
| CMYK | 0.88 | 0 | 0.34 | 0.11 |
| HSL | 156.9º | 0.79% | 0.49% | - |
| HSV(B) | 156.9º | 0.88% | 0.89% | - |
| XYZ | 33.05 | 56.78 | 37.65 | - |
| YUV | 157.42 | 123.24 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 226 | 149 | 0.88 | 0 | 0.34 | 0.11 | 156.9 | 0.79 | 0.49 |
| Hex | 1A | E2 | 95 | 58 | 0 | 22 | B | 9D | 4F | 31 |
| Octal | 32 | 342 | 225 | 130 | 0 | 42 | 13 | 235 | 117 | 61 |
| Binary | 11010 | 11100010 | 10010101 | 1011000 | 0 | 100010 | 1011 | 10011101 | 1001111 | 110001 |
Color Harmonies of #1AE295
Complementary color
Monochromatic Colors of #1AE295
Black with #1AE295
Text Example
Text Example
White with #1AE295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE295; }
p { color: rgb(26,226,149); }
H1.HeaderClassName
{
color: #1AE295;
}
.AnyTagClassName
{
color: #1AE295;
}
</style>
background-color css
<style>
a { background-color: #1AE295; }
a { background-color: rgb(26,226,149); }
div.DivClassName
{
background-color: #1AE295;
}
.BgClassName
{
background-color: #1AE295;
}
</style>
border-color css
<style>
span { border-color: #1AE295; }
span { border-color: rgb(26,226,149); }
td.TdClassName
{
border-color: #1AE295;
}
.TagClassName
{
border-color: #1AE295;
}
</style>