Shades of Shamrock #1ADB80
Tints of Shamrock #1ADB80
RGB
CMYK
RGB Variations
Color information
#1ADB80 (or 0x1ADB80) is known color: Shamrock. HEX triplet: 1A, DB and 80. RGB value is (26,219,128). Sum of RGB (Red+Green+Blue) = 26+219+128=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADB80 is #E5247F. Grayscale: #979797. Windows color (decimal): -15017088 or 8444698. OLE color: 8444698.
HSL color Cylindrical-coordinate representation of color #1ADB80: hue angle of 151.71º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADB80 is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 219 | 128 | - |
| CMYK | 0.88 | 0 | 0.42 | 0.14 |
| HSL | 151.71º | 0.79% | 0.48% | - |
| HSV(B) | 151.71º | 0.88% | 0.86% | - |
| XYZ | 29.65 | 52.44 | 28.98 | - |
| YUV | 150.92 | 115.06 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 219 | 128 | 0.88 | 0 | 0.42 | 0.14 | 151.71 | 0.79 | 0.48 |
| Hex | 1A | DB | 80 | 58 | 0 | 2A | E | 98 | 4F | 30 |
| Octal | 32 | 333 | 200 | 130 | 0 | 52 | 16 | 230 | 117 | 60 |
| Binary | 11010 | 11011011 | 10000000 | 1011000 | 0 | 101010 | 1110 | 10011000 | 1001111 | 110000 |
Color Harmonies of #1ADB80
Complementary color
Monochromatic Colors of #1ADB80
Black with #1ADB80
Text Example
Text Example
White with #1ADB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADB80; }
p { color: rgb(26,219,128); }
H1.HeaderClassName
{
color: #1ADB80;
}
.AnyTagClassName
{
color: #1ADB80;
}
</style>
background-color css
<style>
a { background-color: #1ADB80; }
a { background-color: rgb(26,219,128); }
div.DivClassName
{
background-color: #1ADB80;
}
.BgClassName
{
background-color: #1ADB80;
}
</style>
border-color css
<style>
span { border-color: #1ADB80; }
span { border-color: rgb(26,219,128); }
td.TdClassName
{
border-color: #1ADB80;
}
.TagClassName
{
border-color: #1ADB80;
}
</style>