Shades of Shamrock #1ACF98
Tints of Shamrock #1ACF98
RGB
CMYK
RGB Variations
Color information
#1ACF98 (or 0x1ACF98) is known color: Shamrock. HEX triplet: 1A, CF and 98. RGB value is (26,207,152). Sum of RGB (Red+Green+Blue) = 26+207+152=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACF98 is #E53067. Grayscale: #929292. Windows color (decimal): -15020136 or 10014490. OLE color: 10014490.
HSL color Cylindrical-coordinate representation of color #1ACF98: hue angle of 161.77º 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 #1ACF98 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 152 | - |
| CMYK | 0.87 | 0 | 0.27 | 0.19 |
| HSL | 161.77º | 0.78% | 0.46% | - |
| HSV(B) | 161.77º | 0.87% | 0.81% | - |
| XYZ | 28.41 | 47.11 | 37.3 | - |
| YUV | 146.61 | 131.03 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 152 | 0.87 | 0 | 0.27 | 0.19 | 161.77 | 0.78 | 0.46 |
| Hex | 1A | CF | 98 | 57 | 0 | 1B | 13 | A2 | 4E | 2E |
| Octal | 32 | 317 | 230 | 127 | 0 | 33 | 23 | 242 | 116 | 56 |
| Binary | 11010 | 11001111 | 10011000 | 1010111 | 0 | 11011 | 10011 | 10100010 | 1001110 | 101110 |
Color Harmonies of #1ACF98
Complementary color
Monochromatic Colors of #1ACF98
Black with #1ACF98
Text Example
Text Example
White with #1ACF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF98; }
p { color: rgb(26,207,152); }
H1.HeaderClassName
{
color: #1ACF98;
}
.AnyTagClassName
{
color: #1ACF98;
}
</style>
background-color css
<style>
a { background-color: #1ACF98; }
a { background-color: rgb(26,207,152); }
div.DivClassName
{
background-color: #1ACF98;
}
.BgClassName
{
background-color: #1ACF98;
}
</style>
border-color css
<style>
span { border-color: #1ACF98; }
span { border-color: rgb(26,207,152); }
td.TdClassName
{
border-color: #1ACF98;
}
.TagClassName
{
border-color: #1ACF98;
}
</style>