Shades of Shamrock #1ACF90
Tints of Shamrock #1ACF90
RGB
CMYK
RGB Variations
Color information
#1ACF90 (or 0x1ACF90) is known color: Shamrock. HEX triplet: 1A, CF and 90. RGB value is (26,207,144). Sum of RGB (Red+Green+Blue) = 26+207+144=377 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.90% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #1ACF90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACF90 is #E5306F. Grayscale: #919191. Windows color (decimal): -15020144 or 9490202. OLE color: 9490202.
HSL color Cylindrical-coordinate representation of color #1ACF90: hue angle of 159.12º 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 #1ACF90 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 207 | 144 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.19 |
| HSL | 159.12º | 0.78% | 0.46% | - |
| HSV(B) | 159.12º | 0.87% | 0.81% | - |
| XYZ | 27.77 | 46.86 | 33.97 | - |
| YUV | 145.7 | 127.03 | 42.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 144 | 0.87 | 0 | 0.30 | 0.19 | 159.12 | 0.78 | 0.46 |
| Hex | 1A | CF | 90 | 57 | 0 | 1E | 13 | 9F | 4E | 2E |
| Octal | 32 | 317 | 220 | 127 | 0 | 36 | 23 | 237 | 116 | 56 |
| Binary | 11010 | 11001111 | 10010000 | 1010111 | 0 | 11110 | 10011 | 10011111 | 1001110 | 101110 |
Color Harmonies of #1ACF90
Complementary color
Monochromatic Colors of #1ACF90
Black with #1ACF90
Text Example
Text Example
White with #1ACF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACF90; }
p { color: rgb(26,207,144); }
H1.HeaderClassName
{
color: #1ACF90;
}
.AnyTagClassName
{
color: #1ACF90;
}
</style>
background-color css
<style>
a { background-color: #1ACF90; }
a { background-color: rgb(26,207,144); }
div.DivClassName
{
background-color: #1ACF90;
}
.BgClassName
{
background-color: #1ACF90;
}
</style>
border-color css
<style>
span { border-color: #1ACF90; }
span { border-color: rgb(26,207,144); }
td.TdClassName
{
border-color: #1ACF90;
}
.TagClassName
{
border-color: #1ACF90;
}
</style>