Shades of Shamrock #1ADC93
Tints of Shamrock #1ADC93
RGB
CMYK
RGB Variations
Color information
#1ADC93 (or 0x1ADC93) is known color: Shamrock. HEX triplet: 1A, DC and 93. RGB value is (26,220,147). Sum of RGB (Red+Green+Blue) = 26+220+147=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADC93 is #E5236C. Grayscale: #999999. Windows color (decimal): -15016813 or 9690138. OLE color: 9690138.
HSL color Cylindrical-coordinate representation of color #1ADC93: hue angle of 157.42º 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 #1ADC93 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 147 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.14 |
| HSL | 157.42º | 0.79% | 0.48% | - |
| HSV(B) | 157.42º | 0.88% | 0.86% | - |
| XYZ | 31.29 | 53.51 | 36.28 | - |
| YUV | 153.67 | 124.23 | 36.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 147 | 0.88 | 0 | 0.33 | 0.14 | 157.42 | 0.79 | 0.48 |
| Hex | 1A | DC | 93 | 58 | 0 | 21 | E | 9D | 4F | 30 |
| Octal | 32 | 334 | 223 | 130 | 0 | 41 | 16 | 235 | 117 | 60 |
| Binary | 11010 | 11011100 | 10010011 | 1011000 | 0 | 100001 | 1110 | 10011101 | 1001111 | 110000 |
Color Harmonies of #1ADC93
Complementary color
Monochromatic Colors of #1ADC93
Black with #1ADC93
Text Example
Text Example
White with #1ADC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC93; }
p { color: rgb(26,220,147); }
H1.HeaderClassName
{
color: #1ADC93;
}
.AnyTagClassName
{
color: #1ADC93;
}
</style>
background-color css
<style>
a { background-color: #1ADC93; }
a { background-color: rgb(26,220,147); }
div.DivClassName
{
background-color: #1ADC93;
}
.BgClassName
{
background-color: #1ADC93;
}
</style>
border-color css
<style>
span { border-color: #1ADC93; }
span { border-color: rgb(26,220,147); }
td.TdClassName
{
border-color: #1ADC93;
}
.TagClassName
{
border-color: #1ADC93;
}
</style>