Shades of Shamrock #1ADC99
Tints of Shamrock #1ADC99
RGB
CMYK
RGB Variations
Color information
#1ADC99 (or 0x1ADC99) is known color: Shamrock. HEX triplet: 1A, DC and 99. RGB value is (26,220,153). Sum of RGB (Red+Green+Blue) = 26+220+153=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #1ADC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADC99 is #E52366. Grayscale: #9A9A9A. Windows color (decimal): -15016807 or 10083354. OLE color: 10083354.
HSL color Cylindrical-coordinate representation of color #1ADC99: hue angle of 159.28º 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 #1ADC99 is Cyan = 0.88, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 220 | 153 | - |
| CMYK | 0.88 | 0 | 0.30 | 0.14 |
| HSL | 159.28º | 0.79% | 0.48% | - |
| HSV(B) | 159.28º | 0.88% | 0.86% | - |
| XYZ | 31.77 | 53.71 | 38.83 | - |
| YUV | 154.36 | 127.23 | 36.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 220 | 153 | 0.88 | 0 | 0.30 | 0.14 | 159.28 | 0.79 | 0.48 |
| Hex | 1A | DC | 99 | 58 | 0 | 1E | E | 9F | 4F | 30 |
| Octal | 32 | 334 | 231 | 130 | 0 | 36 | 16 | 237 | 117 | 60 |
| Binary | 11010 | 11011100 | 10011001 | 1011000 | 0 | 11110 | 1110 | 10011111 | 1001111 | 110000 |
Color Harmonies of #1ADC99
Complementary color
Monochromatic Colors of #1ADC99
Black with #1ADC99
Text Example
Text Example
White with #1ADC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADC99; }
p { color: rgb(26,220,153); }
H1.HeaderClassName
{
color: #1ADC99;
}
.AnyTagClassName
{
color: #1ADC99;
}
</style>
background-color css
<style>
a { background-color: #1ADC99; }
a { background-color: rgb(26,220,153); }
div.DivClassName
{
background-color: #1ADC99;
}
.BgClassName
{
background-color: #1ADC99;
}
</style>
border-color css
<style>
span { border-color: #1ADC99; }
span { border-color: rgb(26,220,153); }
td.TdClassName
{
border-color: #1ADC99;
}
.TagClassName
{
border-color: #1ADC99;
}
</style>