Shades of Shamrock #1AD08C
Tints of Shamrock #1AD08C
RGB
CMYK
RGB Variations
Color information
#1AD08C (or 0x1AD08C) is known color: Shamrock. HEX triplet: 1A, D0 and 8C. RGB value is (26,208,140). Sum of RGB (Red+Green+Blue) = 26+208+140=374 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.95% from 374); Green value is 208 (81.64% from 255 or 55.61% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD08C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD08C is #E52F73. Grayscale: #919191. Windows color (decimal): -15019892 or 9228314. OLE color: 9228314.
HSL color Cylindrical-coordinate representation of color #1AD08C: hue angle of 157.58º 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 #1AD08C is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 140 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.18 |
| HSL | 157.58º | 0.78% | 0.46% | - |
| HSV(B) | 157.58º | 0.88% | 0.82% | - |
| XYZ | 27.72 | 47.22 | 32.47 | - |
| YUV | 145.83 | 124.7 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 140 | 0.88 | 0 | 0.33 | 0.18 | 157.58 | 0.78 | 0.46 |
| Hex | 1A | D0 | 8C | 58 | 0 | 21 | 12 | 9E | 4E | 2E |
| Octal | 32 | 320 | 214 | 130 | 0 | 41 | 22 | 236 | 116 | 56 |
| Binary | 11010 | 11010000 | 10001100 | 1011000 | 0 | 100001 | 10010 | 10011110 | 1001110 | 101110 |
Color Harmonies of #1AD08C
Complementary color
Monochromatic Colors of #1AD08C
Black with #1AD08C
Text Example
Text Example
White with #1AD08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD08C; }
p { color: rgb(26,208,140); }
H1.HeaderClassName
{
color: #1AD08C;
}
.AnyTagClassName
{
color: #1AD08C;
}
</style>
background-color css
<style>
a { background-color: #1AD08C; }
a { background-color: rgb(26,208,140); }
div.DivClassName
{
background-color: #1AD08C;
}
.BgClassName
{
background-color: #1AD08C;
}
</style>
border-color css
<style>
span { border-color: #1AD08C; }
span { border-color: rgb(26,208,140); }
td.TdClassName
{
border-color: #1AD08C;
}
.TagClassName
{
border-color: #1AD08C;
}
</style>