Shades of Shamrock #1ACE95
Tints of Shamrock #1ACE95
RGB
CMYK
RGB Variations
Color information
#1ACE95 (or 0x1ACE95) is known color: Shamrock. HEX triplet: 1A, CE and 95. RGB value is (26,206,149). Sum of RGB (Red+Green+Blue) = 26+206+149=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACE95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACE95 is #E5316A. Grayscale: #919191. Windows color (decimal): -15020395 or 9817626. OLE color: 9817626.
HSL color Cylindrical-coordinate representation of color #1ACE95: hue angle of 161º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACE95 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 206 | 149 | - |
| CMYK | 0.87 | 0 | 0.28 | 0.19 |
| HSL | 161º | 0.78% | 0.45% | - |
| HSV(B) | 161º | 0.87% | 0.81% | - |
| XYZ | 27.92 | 46.53 | 35.94 | - |
| YUV | 145.68 | 129.87 | 42.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 206 | 149 | 0.87 | 0 | 0.28 | 0.19 | 161 | 0.78 | 0.45 |
| Hex | 1A | CE | 95 | 57 | 0 | 1C | 13 | A1 | 4E | 2D |
| Octal | 32 | 316 | 225 | 127 | 0 | 34 | 23 | 241 | 116 | 55 |
| Binary | 11010 | 11001110 | 10010101 | 1010111 | 0 | 11100 | 10011 | 10100001 | 1001110 | 101101 |
Color Harmonies of #1ACE95
Complementary color
Monochromatic Colors of #1ACE95
Black with #1ACE95
Text Example
Text Example
White with #1ACE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACE95; }
p { color: rgb(26,206,149); }
H1.HeaderClassName
{
color: #1ACE95;
}
.AnyTagClassName
{
color: #1ACE95;
}
</style>
background-color css
<style>
a { background-color: #1ACE95; }
a { background-color: rgb(26,206,149); }
div.DivClassName
{
background-color: #1ACE95;
}
.BgClassName
{
background-color: #1ACE95;
}
</style>
border-color css
<style>
span { border-color: #1ACE95; }
span { border-color: rgb(26,206,149); }
td.TdClassName
{
border-color: #1ACE95;
}
.TagClassName
{
border-color: #1ACE95;
}
</style>