Shades of Shamrock #1AD097
Tints of Shamrock #1AD097
RGB
CMYK
RGB Variations
Color information
#1AD097 (or 0x1AD097) is known color: Shamrock. HEX triplet: 1A, D0 and 97. RGB value is (26,208,151). Sum of RGB (Red+Green+Blue) = 26+208+151=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD097 is #E52F68. Grayscale: #939393. Windows color (decimal): -15019881 or 9949210. OLE color: 9949210.
HSL color Cylindrical-coordinate representation of color #1AD097: hue angle of 161.21º 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 #1AD097 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 151 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.18 |
| HSL | 161.21º | 0.78% | 0.46% | - |
| HSV(B) | 161.21º | 0.88% | 0.82% | - |
| XYZ | 28.57 | 47.57 | 36.95 | - |
| YUV | 147.08 | 130.2 | 41.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 151 | 0.88 | 0 | 0.27 | 0.18 | 161.21 | 0.78 | 0.46 |
| Hex | 1A | D0 | 97 | 58 | 0 | 1B | 12 | A1 | 4E | 2E |
| Octal | 32 | 320 | 227 | 130 | 0 | 33 | 22 | 241 | 116 | 56 |
| Binary | 11010 | 11010000 | 10010111 | 1011000 | 0 | 11011 | 10010 | 10100001 | 1001110 | 101110 |
Color Harmonies of #1AD097
Complementary color
Monochromatic Colors of #1AD097
Black with #1AD097
Text Example
Text Example
White with #1AD097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD097; }
p { color: rgb(26,208,151); }
H1.HeaderClassName
{
color: #1AD097;
}
.AnyTagClassName
{
color: #1AD097;
}
</style>
background-color css
<style>
a { background-color: #1AD097; }
a { background-color: rgb(26,208,151); }
div.DivClassName
{
background-color: #1AD097;
}
.BgClassName
{
background-color: #1AD097;
}
</style>
border-color css
<style>
span { border-color: #1AD097; }
span { border-color: rgb(26,208,151); }
td.TdClassName
{
border-color: #1AD097;
}
.TagClassName
{
border-color: #1AD097;
}
</style>