Shades of Shamrock #1AD09B
Tints of Shamrock #1AD09B
RGB
CMYK
RGB Variations
Color information
#1AD09B (or 0x1AD09B) is known color: Shamrock. HEX triplet: 1A, D0 and 9B. RGB value is (26,208,155). Sum of RGB (Red+Green+Blue) = 26+208+155=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD09B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD09B is #E52F64. Grayscale: #939393. Windows color (decimal): -15019877 or 10211354. OLE color: 10211354.
HSL color Cylindrical-coordinate representation of color #1AD09B: hue angle of 162.53º 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 #1AD09B is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 155 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.18 |
| HSL | 162.53º | 0.78% | 0.46% | - |
| HSV(B) | 162.53º | 0.88% | 0.82% | - |
| XYZ | 28.9 | 47.7 | 38.69 | - |
| YUV | 147.54 | 132.2 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 155 | 0.88 | 0 | 0.25 | 0.18 | 162.53 | 0.78 | 0.46 |
| Hex | 1A | D0 | 9B | 58 | 0 | 19 | 12 | A3 | 4E | 2E |
| Octal | 32 | 320 | 233 | 130 | 0 | 31 | 22 | 243 | 116 | 56 |
| Binary | 11010 | 11010000 | 10011011 | 1011000 | 0 | 11001 | 10010 | 10100011 | 1001110 | 101110 |
Color Harmonies of #1AD09B
Complementary color
Monochromatic Colors of #1AD09B
Black with #1AD09B
Text Example
Text Example
White with #1AD09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD09B; }
p { color: rgb(26,208,155); }
H1.HeaderClassName
{
color: #1AD09B;
}
.AnyTagClassName
{
color: #1AD09B;
}
</style>
background-color css
<style>
a { background-color: #1AD09B; }
a { background-color: rgb(26,208,155); }
div.DivClassName
{
background-color: #1AD09B;
}
.BgClassName
{
background-color: #1AD09B;
}
</style>
border-color css
<style>
span { border-color: #1AD09B; }
span { border-color: rgb(26,208,155); }
td.TdClassName
{
border-color: #1AD09B;
}
.TagClassName
{
border-color: #1AD09B;
}
</style>