Shades of Shamrock #1ADFA3
Tints of Shamrock #1ADFA3
RGB
CMYK
RGB Variations
Color information
#1ADFA3 (or 0x1ADFA3) is known color: Shamrock. HEX triplet: 1A, DF and A3. RGB value is (26,223,163). Sum of RGB (Red+Green+Blue) = 26+223+163=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 223 (87.5% from 255 or 54.13% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADFA3 is #E5205C. Grayscale: #9D9D9D. Windows color (decimal): -15016029 or 10739482. OLE color: 10739482.
HSL color Cylindrical-coordinate representation of color #1ADFA3: hue angle of 161.73º 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 #1ADFA3 is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 163 | - |
| CMYK | 0.88 | 0 | 0.27 | 0.13 |
| HSL | 161.73º | 0.79% | 0.49% | - |
| HSV(B) | 161.73º | 0.88% | 0.87% | - |
| XYZ | 33.42 | 55.64 | 43.63 | - |
| YUV | 157.26 | 131.23 | 34.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 163 | 0.88 | 0 | 0.27 | 0.13 | 161.73 | 0.79 | 0.49 |
| Hex | 1A | DF | A3 | 58 | 0 | 1B | D | A2 | 4F | 31 |
| Octal | 32 | 337 | 243 | 130 | 0 | 33 | 15 | 242 | 117 | 61 |
| Binary | 11010 | 11011111 | 10100011 | 1011000 | 0 | 11011 | 1101 | 10100010 | 1001111 | 110001 |
Color Harmonies of #1ADFA3
Complementary color
Monochromatic Colors of #1ADFA3
Black with #1ADFA3
Text Example
Text Example
White with #1ADFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADFA3; }
p { color: rgb(26,223,163); }
H1.HeaderClassName
{
color: #1ADFA3;
}
.AnyTagClassName
{
color: #1ADFA3;
}
</style>
background-color css
<style>
a { background-color: #1ADFA3; }
a { background-color: rgb(26,223,163); }
div.DivClassName
{
background-color: #1ADFA3;
}
.BgClassName
{
background-color: #1ADFA3;
}
</style>
border-color css
<style>
span { border-color: #1ADFA3; }
span { border-color: rgb(26,223,163); }
td.TdClassName
{
border-color: #1ADFA3;
}
.TagClassName
{
border-color: #1ADFA3;
}
</style>