Shades of Malachite #11F360
Tints of Malachite #11F360
RGB
CMYK
RGB Variations
Color information
#11F360 (or 0x11F360) is known color: Malachite. HEX triplet: 11, F3 and 60. RGB value is (17,243,96). Sum of RGB (Red+Green+Blue) = 17+243+96=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #11F360 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #11F360 is #EE0C9F. Grayscale: #9F9F9F. Windows color (decimal): -15600800 or 6353681. OLE color: 6353681.
HSL color Cylindrical-coordinate representation of color #11F360: hue angle of 140.97º 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 #11F360 is Cyan = 0.93, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 243 | 96 | - |
| CMYK | 0.93 | 0 | 0.60 | 0.05 |
| HSL | 140.97º | 0.9% | 0.51% | - |
| HSV(B) | 140.97º | 0.93% | 0.95% | - |
| XYZ | 34.39 | 65.06 | 21.81 | - |
| YUV | 158.67 | 92.63 | 26.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 243 | 96 | 0.93 | 0 | 0.60 | 0.05 | 140.97 | 0.9 | 0.51 |
| Hex | 11 | F3 | 60 | 5D | 0 | 3C | 5 | 8D | 5A | 33 |
| Octal | 21 | 363 | 140 | 135 | 0 | 74 | 5 | 215 | 132 | 63 |
| Binary | 10001 | 11110011 | 1100000 | 1011101 | 0 | 111100 | 101 | 10001101 | 1011010 | 110011 |
Color Harmonies of #11F360
Complementary color
Monochromatic Colors of #11F360
Black with #11F360
Text Example
Text Example
White with #11F360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11F360; }
p { color: rgb(17,243,96); }
H1.HeaderClassName
{
color: #11F360;
}
.AnyTagClassName
{
color: #11F360;
}
</style>
background-color css
<style>
a { background-color: #11F360; }
a { background-color: rgb(17,243,96); }
div.DivClassName
{
background-color: #11F360;
}
.BgClassName
{
background-color: #11F360;
}
</style>
border-color css
<style>
span { border-color: #11F360; }
span { border-color: rgb(17,243,96); }
td.TdClassName
{
border-color: #11F360;
}
.TagClassName
{
border-color: #11F360;
}
</style>