Shades of Shamrock #1ADF84
Tints of Shamrock #1ADF84
RGB
CMYK
RGB Variations
Color information
#1ADF84 (or 0x1ADF84) is known color: Shamrock. HEX triplet: 1A, DF and 84. RGB value is (26,223,132). Sum of RGB (Red+Green+Blue) = 26+223+132=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADF84 is #E5207B. Grayscale: #999999. Windows color (decimal): -15016060 or 8707866. OLE color: 8707866.
HSL color Cylindrical-coordinate representation of color #1ADF84: hue angle of 152.28º 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 #1ADF84 is Cyan = 0.88, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 132 | - |
| CMYK | 0.88 | 0 | 0.41 | 0.13 |
| HSL | 152.28º | 0.79% | 0.49% | - |
| HSV(B) | 152.28º | 0.88% | 0.87% | - |
| XYZ | 30.98 | 54.66 | 30.75 | - |
| YUV | 153.72 | 115.73 | 36.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 132 | 0.88 | 0 | 0.41 | 0.13 | 152.28 | 0.79 | 0.49 |
| Hex | 1A | DF | 84 | 58 | 0 | 29 | D | 98 | 4F | 31 |
| Octal | 32 | 337 | 204 | 130 | 0 | 51 | 15 | 230 | 117 | 61 |
| Binary | 11010 | 11011111 | 10000100 | 1011000 | 0 | 101001 | 1101 | 10011000 | 1001111 | 110001 |
Color Harmonies of #1ADF84
Complementary color
Monochromatic Colors of #1ADF84
Black with #1ADF84
Text Example
Text Example
White with #1ADF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF84; }
p { color: rgb(26,223,132); }
H1.HeaderClassName
{
color: #1ADF84;
}
.AnyTagClassName
{
color: #1ADF84;
}
</style>
background-color css
<style>
a { background-color: #1ADF84; }
a { background-color: rgb(26,223,132); }
div.DivClassName
{
background-color: #1ADF84;
}
.BgClassName
{
background-color: #1ADF84;
}
</style>
border-color css
<style>
span { border-color: #1ADF84; }
span { border-color: rgb(26,223,132); }
td.TdClassName
{
border-color: #1ADF84;
}
.TagClassName
{
border-color: #1ADF84;
}
</style>