Shades of Shamrock #1AE098
Tints of Shamrock #1AE098
RGB
CMYK
RGB Variations
Color information
#1AE098 (or 0x1AE098) is known color: Shamrock. HEX triplet: 1A, E0 and 98. RGB value is (26,224,152). Sum of RGB (Red+Green+Blue) = 26+224+152=402 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.47% from 402); Green value is 224 (87.89% from 255 or 55.72% from 402); Blue value is 152 (59.77% from 255 or 37.81% from 402); Max value from RGB is 224 - color contains mainly: green. Hex color #1AE098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE098 is #E51F67. Grayscale: #9C9C9C. Windows color (decimal): -15015784 or 10018842. OLE color: 10018842.
HSL color Cylindrical-coordinate representation of color #1AE098: hue angle of 158.18º 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 #1AE098 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 224 | 152 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.12 |
| HSL | 158.18º | 0.79% | 0.49% | - |
| HSV(B) | 158.18º | 0.88% | 0.88% | - |
| XYZ | 32.75 | 55.8 | 38.75 | - |
| YUV | 156.59 | 125.4 | 34.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 224 | 152 | 0.88 | 0 | 0.32 | 0.12 | 158.18 | 0.79 | 0.49 |
| Hex | 1A | E0 | 98 | 58 | 0 | 20 | C | 9E | 4F | 31 |
| Octal | 32 | 340 | 230 | 130 | 0 | 40 | 14 | 236 | 117 | 61 |
| Binary | 11010 | 11100000 | 10011000 | 1011000 | 0 | 100000 | 1100 | 10011110 | 1001111 | 110001 |
Color Harmonies of #1AE098
Complementary color
Monochromatic Colors of #1AE098
Black with #1AE098
Text Example
Text Example
White with #1AE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE098; }
p { color: rgb(26,224,152); }
H1.HeaderClassName
{
color: #1AE098;
}
.AnyTagClassName
{
color: #1AE098;
}
</style>
background-color css
<style>
a { background-color: #1AE098; }
a { background-color: rgb(26,224,152); }
div.DivClassName
{
background-color: #1AE098;
}
.BgClassName
{
background-color: #1AE098;
}
</style>
border-color css
<style>
span { border-color: #1AE098; }
span { border-color: rgb(26,224,152); }
td.TdClassName
{
border-color: #1AE098;
}
.TagClassName
{
border-color: #1AE098;
}
</style>