Shades of Shamrock #1ADFA8
Tints of Shamrock #1ADFA8
RGB
CMYK
RGB Variations
Color information
#1ADFA8 (or 0x1ADFA8) is known color: Shamrock. HEX triplet: 1A, DF and A8. RGB value is (26,223,168). Sum of RGB (Red+Green+Blue) = 26+223+168=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADFA8 is #E52057. Grayscale: #9D9D9D. Windows color (decimal): -15016024 or 11067162. OLE color: 11067162.
HSL color Cylindrical-coordinate representation of color #1ADFA8: hue angle of 163.25º 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 #1ADFA8 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 168 | - |
| CMYK | 0.88 | 0 | 0.25 | 0.13 |
| HSL | 163.25º | 0.79% | 0.49% | - |
| HSV(B) | 163.25º | 0.88% | 0.87% | - |
| XYZ | 33.88 | 55.82 | 46.03 | - |
| YUV | 157.83 | 133.73 | 33.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 168 | 0.88 | 0 | 0.25 | 0.13 | 163.25 | 0.79 | 0.49 |
| Hex | 1A | DF | A8 | 58 | 0 | 19 | D | A3 | 4F | 31 |
| Octal | 32 | 337 | 250 | 130 | 0 | 31 | 15 | 243 | 117 | 61 |
| Binary | 11010 | 11011111 | 10101000 | 1011000 | 0 | 11001 | 1101 | 10100011 | 1001111 | 110001 |
Color Harmonies of #1ADFA8
Complementary color
Monochromatic Colors of #1ADFA8
Black with #1ADFA8
Text Example
Text Example
White with #1ADFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFA8; }
p { color: rgb(26,223,168); }
H1.HeaderClassName
{
color: #1ADFA8;
}
.AnyTagClassName
{
color: #1ADFA8;
}
</style>
background-color css
<style>
a { background-color: #1ADFA8; }
a { background-color: rgb(26,223,168); }
div.DivClassName
{
background-color: #1ADFA8;
}
.BgClassName
{
background-color: #1ADFA8;
}
</style>
border-color css
<style>
span { border-color: #1ADFA8; }
span { border-color: rgb(26,223,168); }
td.TdClassName
{
border-color: #1ADFA8;
}
.TagClassName
{
border-color: #1ADFA8;
}
</style>