Shades of Shamrock #1ACF9E
Tints of Shamrock #1ACF9E
RGB
CMYK
RGB Variations
Color information
#1ACF9E (or 0x1ACF9E) is known color: Shamrock. HEX triplet: 1A, CF and 9E. RGB value is (26,207,158). Sum of RGB (Red+Green+Blue) = 26+207+158=391 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.65% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACF9E is #E53061. Grayscale: #939393. Windows color (decimal): -15020130 or 10407706. OLE color: 10407706.
HSL color Cylindrical-coordinate representation of color #1ACF9E: hue angle of 163.76º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACF9E is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 158 | - |
| CMYK | 0.87 | 0 | 0.24 | 0.19 |
| HSL | 163.76º | 0.78% | 0.46% | - |
| HSV(B) | 163.76º | 0.87% | 0.81% | - |
| XYZ | 28.91 | 47.31 | 39.96 | - |
| YUV | 147.3 | 134.03 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 158 | 0.87 | 0 | 0.24 | 0.19 | 163.76 | 0.78 | 0.46 |
| Hex | 1A | CF | 9E | 57 | 0 | 18 | 13 | A4 | 4E | 2E |
| Octal | 32 | 317 | 236 | 127 | 0 | 30 | 23 | 244 | 116 | 56 |
| Binary | 11010 | 11001111 | 10011110 | 1010111 | 0 | 11000 | 10011 | 10100100 | 1001110 | 101110 |
Color Harmonies of #1ACF9E
Complementary color
Monochromatic Colors of #1ACF9E
Black with #1ACF9E
Text Example
Text Example
White with #1ACF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF9E; }
p { color: rgb(26,207,158); }
H1.HeaderClassName
{
color: #1ACF9E;
}
.AnyTagClassName
{
color: #1ACF9E;
}
</style>
background-color css
<style>
a { background-color: #1ACF9E; }
a { background-color: rgb(26,207,158); }
div.DivClassName
{
background-color: #1ACF9E;
}
.BgClassName
{
background-color: #1ACF9E;
}
</style>
border-color css
<style>
span { border-color: #1ACF9E; }
span { border-color: rgb(26,207,158); }
td.TdClassName
{
border-color: #1ACF9E;
}
.TagClassName
{
border-color: #1ACF9E;
}
</style>