Shades of Shamrock #1AD298
Tints of Shamrock #1AD298
RGB
CMYK
RGB Variations
Color information
#1AD298 (or 0x1AD298) is known color: Shamrock. HEX triplet: 1A, D2 and 98. RGB value is (26,210,152). Sum of RGB (Red+Green+Blue) = 26+210+152=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 210 (82.42% from 255 or 54.12% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD298 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD298 is #E52D67. Grayscale: #949494. Windows color (decimal): -15019368 or 10015258. OLE color: 10015258.
HSL color Cylindrical-coordinate representation of color #1AD298: hue angle of 161.09º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD298 is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 152 | - |
| CMYK | 0.88 | 0 | 0.28 | 0.18 |
| HSL | 161.09º | 0.78% | 0.46% | - |
| HSV(B) | 161.09º | 0.88% | 0.82% | - |
| XYZ | 29.14 | 48.58 | 37.55 | - |
| YUV | 148.37 | 130.04 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 152 | 0.88 | 0 | 0.28 | 0.18 | 161.09 | 0.78 | 0.46 |
| Hex | 1A | D2 | 98 | 58 | 0 | 1C | 12 | A1 | 4E | 2E |
| Octal | 32 | 322 | 230 | 130 | 0 | 34 | 22 | 241 | 116 | 56 |
| Binary | 11010 | 11010010 | 10011000 | 1011000 | 0 | 11100 | 10010 | 10100001 | 1001110 | 101110 |
Color Harmonies of #1AD298
Complementary color
Monochromatic Colors of #1AD298
Black with #1AD298
Text Example
Text Example
White with #1AD298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD298; }
p { color: rgb(26,210,152); }
H1.HeaderClassName
{
color: #1AD298;
}
.AnyTagClassName
{
color: #1AD298;
}
</style>
background-color css
<style>
a { background-color: #1AD298; }
a { background-color: rgb(26,210,152); }
div.DivClassName
{
background-color: #1AD298;
}
.BgClassName
{
background-color: #1AD298;
}
</style>
border-color css
<style>
span { border-color: #1AD298; }
span { border-color: rgb(26,210,152); }
td.TdClassName
{
border-color: #1AD298;
}
.TagClassName
{
border-color: #1AD298;
}
</style>