Shades of Shamrock #1ADF91
Tints of Shamrock #1ADF91
RGB
CMYK
RGB Variations
Color information
#1ADF91 (or 0x1ADF91) is known color: Shamrock. HEX triplet: 1A, DF and 91. RGB value is (26,223,145). Sum of RGB (Red+Green+Blue) = 26+223+145=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 223 (87.5% from 255 or 56.60% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADF91 is #E5206E. Grayscale: #9B9B9B. Windows color (decimal): -15016047 or 9559834. OLE color: 9559834.
HSL color Cylindrical-coordinate representation of color #1ADF91: hue angle of 156.24º 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 #1ADF91 is Cyan = 0.88, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 145 | - |
| CMYK | 0.88 | 0 | 0.35 | 0.13 |
| HSL | 156.24º | 0.79% | 0.49% | - |
| HSV(B) | 156.24º | 0.88% | 0.87% | - |
| XYZ | 31.92 | 55.04 | 35.73 | - |
| YUV | 155.21 | 122.23 | 35.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 145 | 0.88 | 0 | 0.35 | 0.13 | 156.24 | 0.79 | 0.49 |
| Hex | 1A | DF | 91 | 58 | 0 | 23 | D | 9C | 4F | 31 |
| Octal | 32 | 337 | 221 | 130 | 0 | 43 | 15 | 234 | 117 | 61 |
| Binary | 11010 | 11011111 | 10010001 | 1011000 | 0 | 100011 | 1101 | 10011100 | 1001111 | 110001 |
Color Harmonies of #1ADF91
Complementary color
Monochromatic Colors of #1ADF91
Black with #1ADF91
Text Example
Text Example
White with #1ADF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF91; }
p { color: rgb(26,223,145); }
H1.HeaderClassName
{
color: #1ADF91;
}
.AnyTagClassName
{
color: #1ADF91;
}
</style>
background-color css
<style>
a { background-color: #1ADF91; }
a { background-color: rgb(26,223,145); }
div.DivClassName
{
background-color: #1ADF91;
}
.BgClassName
{
background-color: #1ADF91;
}
</style>
border-color css
<style>
span { border-color: #1ADF91; }
span { border-color: rgb(26,223,145); }
td.TdClassName
{
border-color: #1ADF91;
}
.TagClassName
{
border-color: #1ADF91;
}
</style>