Shades of Malachite #11F25A
Tints of Malachite #11F25A
RGB
CMYK
RGB Variations
Color information
#11F25A (or 0x11F25A) is known color: Malachite. HEX triplet: 11, F2 and 5A. RGB value is (17,242,90). Sum of RGB (Red+Green+Blue) = 17+242+90=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 242 (94.92% from 255 or 69.34% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 242 - color contains mainly: green. Hex color #11F25A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F25A is #EE0DA5. Grayscale: #9D9D9D. Windows color (decimal): -15601062 or 5960209. OLE color: 5960209.
HSL color Cylindrical-coordinate representation of color #11F25A: hue angle of 139.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11F25A is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 242 | 90 | - |
| CMYK | 0.93 | 0 | 0.63 | 0.05 |
| HSL | 139.47º | 0.9% | 0.51% | - |
| HSV(B) | 139.47º | 0.93% | 0.95% | - |
| XYZ | 33.83 | 64.36 | 20.31 | - |
| YUV | 157.4 | 89.96 | 27.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 242 | 90 | 0.93 | 0 | 0.63 | 0.05 | 139.47 | 0.9 | 0.51 |
| Hex | 11 | F2 | 5A | 5D | 0 | 3F | 5 | 8B | 5A | 33 |
| Octal | 21 | 362 | 132 | 135 | 0 | 77 | 5 | 213 | 132 | 63 |
| Binary | 10001 | 11110010 | 1011010 | 1011101 | 0 | 111111 | 101 | 10001011 | 1011010 | 110011 |
Color Harmonies of #11F25A
Complementary color
Monochromatic Colors of #11F25A
Black with #11F25A
Text Example
Text Example
White with #11F25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F25A; }
p { color: rgb(17,242,90); }
H1.HeaderClassName
{
color: #11F25A;
}
.AnyTagClassName
{
color: #11F25A;
}
</style>
background-color css
<style>
a { background-color: #11F25A; }
a { background-color: rgb(17,242,90); }
div.DivClassName
{
background-color: #11F25A;
}
.BgClassName
{
background-color: #11F25A;
}
</style>
border-color css
<style>
span { border-color: #11F25A; }
span { border-color: rgb(17,242,90); }
td.TdClassName
{
border-color: #11F25A;
}
.TagClassName
{
border-color: #11F25A;
}
</style>