Shades of Shamrock #1ADF98
Tints of Shamrock #1ADF98
RGB
CMYK
RGB Variations
Color information
#1ADF98 (or 0x1ADF98) is known color: Shamrock. HEX triplet: 1A, DF and 98. RGB value is (26,223,152). Sum of RGB (Red+Green+Blue) = 26+223+152=401 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.48% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADF98 is #E52067. Grayscale: #9C9C9C. Windows color (decimal): -15016040 or 10018586. OLE color: 10018586.
HSL color Cylindrical-coordinate representation of color #1ADF98: hue angle of 158.38º 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 #1ADF98 is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 152 | - |
| CMYK | 0.88 | 0 | 0.32 | 0.13 |
| HSL | 158.38º | 0.79% | 0.49% | - |
| HSV(B) | 158.38º | 0.88% | 0.87% | - |
| XYZ | 32.48 | 55.26 | 38.66 | - |
| YUV | 156 | 125.73 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 152 | 0.88 | 0 | 0.32 | 0.13 | 158.38 | 0.79 | 0.49 |
| Hex | 1A | DF | 98 | 58 | 0 | 20 | D | 9E | 4F | 31 |
| Octal | 32 | 337 | 230 | 130 | 0 | 40 | 15 | 236 | 117 | 61 |
| Binary | 11010 | 11011111 | 10011000 | 1011000 | 0 | 100000 | 1101 | 10011110 | 1001111 | 110001 |
Color Harmonies of #1ADF98
Complementary color
Monochromatic Colors of #1ADF98
Black with #1ADF98
Text Example
Text Example
White with #1ADF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF98; }
p { color: rgb(26,223,152); }
H1.HeaderClassName
{
color: #1ADF98;
}
.AnyTagClassName
{
color: #1ADF98;
}
</style>
background-color css
<style>
a { background-color: #1ADF98; }
a { background-color: rgb(26,223,152); }
div.DivClassName
{
background-color: #1ADF98;
}
.BgClassName
{
background-color: #1ADF98;
}
</style>
border-color css
<style>
span { border-color: #1ADF98; }
span { border-color: rgb(26,223,152); }
td.TdClassName
{
border-color: #1ADF98;
}
.TagClassName
{
border-color: #1ADF98;
}
</style>