Shades of Shamrock #1AD08B
Tints of Shamrock #1AD08B
RGB
CMYK
RGB Variations
Color information
#1AD08B (or 0x1AD08B) is known color: Shamrock. HEX triplet: 1A, D0 and 8B. RGB value is (26,208,139). Sum of RGB (Red+Green+Blue) = 26+208+139=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD08B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD08B is #E52F74. Grayscale: #919191. Windows color (decimal): -15019893 or 9162778. OLE color: 9162778.
HSL color Cylindrical-coordinate representation of color #1AD08B: hue angle of 157.25º 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 #1AD08B is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 139 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.18 |
| HSL | 157.25º | 0.78% | 0.46% | - |
| HSV(B) | 157.25º | 0.88% | 0.82% | - |
| XYZ | 27.64 | 47.2 | 32.08 | - |
| YUV | 145.72 | 124.2 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 139 | 0.88 | 0 | 0.33 | 0.18 | 157.25 | 0.78 | 0.46 |
| Hex | 1A | D0 | 8B | 58 | 0 | 21 | 12 | 9D | 4E | 2E |
| Octal | 32 | 320 | 213 | 130 | 0 | 41 | 22 | 235 | 116 | 56 |
| Binary | 11010 | 11010000 | 10001011 | 1011000 | 0 | 100001 | 10010 | 10011101 | 1001110 | 101110 |
Color Harmonies of #1AD08B
Complementary color
Monochromatic Colors of #1AD08B
Black with #1AD08B
Text Example
Text Example
White with #1AD08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD08B; }
p { color: rgb(26,208,139); }
H1.HeaderClassName
{
color: #1AD08B;
}
.AnyTagClassName
{
color: #1AD08B;
}
</style>
background-color css
<style>
a { background-color: #1AD08B; }
a { background-color: rgb(26,208,139); }
div.DivClassName
{
background-color: #1AD08B;
}
.BgClassName
{
background-color: #1AD08B;
}
</style>
border-color css
<style>
span { border-color: #1AD08B; }
span { border-color: rgb(26,208,139); }
td.TdClassName
{
border-color: #1AD08B;
}
.TagClassName
{
border-color: #1AD08B;
}
</style>