Shades of Shamrock #1ADF96
Tints of Shamrock #1ADF96
RGB
CMYK
RGB Variations
Color information
#1ADF96 (or 0x1ADF96) is known color: Shamrock. HEX triplet: 1A, DF and 96. RGB value is (26,223,150). Sum of RGB (Red+Green+Blue) = 26+223+150=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 150 (58.98% from 255 or 37.59% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADF96 is #E52069. Grayscale: #9B9B9B. Windows color (decimal): -15016042 or 9887514. OLE color: 9887514.
HSL color Cylindrical-coordinate representation of color #1ADF96: hue angle of 157.77º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADF96 is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 150 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.13 |
| HSL | 157.77º | 0.79% | 0.49% | - |
| HSV(B) | 157.77º | 0.88% | 0.87% | - |
| XYZ | 32.32 | 55.2 | 37.8 | - |
| YUV | 155.78 | 124.73 | 35.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 150 | 0.88 | 0 | 0.33 | 0.13 | 157.77 | 0.79 | 0.49 |
| Hex | 1A | DF | 96 | 58 | 0 | 21 | D | 9E | 4F | 31 |
| Octal | 32 | 337 | 226 | 130 | 0 | 41 | 15 | 236 | 117 | 61 |
| Binary | 11010 | 11011111 | 10010110 | 1011000 | 0 | 100001 | 1101 | 10011110 | 1001111 | 110001 |
Color Harmonies of #1ADF96
Complementary color
Monochromatic Colors of #1ADF96
Black with #1ADF96
Text Example
Text Example
White with #1ADF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF96; }
p { color: rgb(26,223,150); }
H1.HeaderClassName
{
color: #1ADF96;
}
.AnyTagClassName
{
color: #1ADF96;
}
</style>
background-color css
<style>
a { background-color: #1ADF96; }
a { background-color: rgb(26,223,150); }
div.DivClassName
{
background-color: #1ADF96;
}
.BgClassName
{
background-color: #1ADF96;
}
</style>
border-color css
<style>
span { border-color: #1ADF96; }
span { border-color: rgb(26,223,150); }
td.TdClassName
{
border-color: #1ADF96;
}
.TagClassName
{
border-color: #1ADF96;
}
</style>