Shades of Shamrock #1AE38C
Tints of Shamrock #1AE38C
RGB
CMYK
RGB Variations
Color information
#1AE38C (or 0x1AE38C) is known color: Shamrock. HEX triplet: 1A, E3 and 8C. RGB value is (26,227,140). Sum of RGB (Red+Green+Blue) = 26+227+140=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 227 (89.06% from 255 or 57.76% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 227 - color contains mainly: green. Hex color #1AE38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AE38C is #E51C73. Grayscale: #9D9D9D. Windows color (decimal): -15015028 or 9233178. OLE color: 9233178.
HSL color Cylindrical-coordinate representation of color #1AE38C: hue angle of 154.03º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AE38C is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 227 | 140 | - |
| CMYK | 0.89 | 0 | 0.38 | 0.11 |
| HSL | 154.03º | 0.79% | 0.5% | - |
| HSV(B) | 154.03º | 0.89% | 0.89% | - |
| XYZ | 32.63 | 57.05 | 34.1 | - |
| YUV | 156.98 | 118.41 | 34.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 227 | 140 | 0.89 | 0 | 0.38 | 0.11 | 154.03 | 0.79 | 0.5 |
| Hex | 1A | E3 | 8C | 59 | 0 | 26 | B | 9A | 4F | 32 |
| Octal | 32 | 343 | 214 | 131 | 0 | 46 | 13 | 232 | 117 | 62 |
| Binary | 11010 | 11100011 | 10001100 | 1011001 | 0 | 100110 | 1011 | 10011010 | 1001111 | 110010 |
Color Harmonies of #1AE38C
Complementary color
Monochromatic Colors of #1AE38C
Black with #1AE38C
Text Example
Text Example
White with #1AE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AE38C; }
p { color: rgb(26,227,140); }
H1.HeaderClassName
{
color: #1AE38C;
}
.AnyTagClassName
{
color: #1AE38C;
}
</style>
background-color css
<style>
a { background-color: #1AE38C; }
a { background-color: rgb(26,227,140); }
div.DivClassName
{
background-color: #1AE38C;
}
.BgClassName
{
background-color: #1AE38C;
}
</style>
border-color css
<style>
span { border-color: #1AE38C; }
span { border-color: rgb(26,227,140); }
td.TdClassName
{
border-color: #1AE38C;
}
.TagClassName
{
border-color: #1AE38C;
}
</style>