Shades of Malachite #13F141
Tints of Malachite #13F141
RGB
CMYK
RGB Variations
Color information
#13F141 (or 0x13F141) is known color: Malachite. HEX triplet: 13, F1 and 41. RGB value is (19,241,65). Sum of RGB (Red+Green+Blue) = 19+241+65=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 241 (94.53% from 255 or 74.15% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 241 - color contains mainly: green. Hex color #13F141 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F141 is #EC0EBE. Grayscale: #9B9B9B. Windows color (decimal): -15470271 or 4321555. OLE color: 4321555.
HSL color Cylindrical-coordinate representation of color #13F141: hue angle of 132.43º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F141 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 241 | 65 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.05 |
| HSL | 132.43º | 0.89% | 0.51% | - |
| HSV(B) | 132.43º | 0.92% | 0.95% | - |
| XYZ | 32.68 | 63.43 | 15.52 | - |
| YUV | 154.56 | 77.45 | 31.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 241 | 65 | 0.92 | 0 | 0.73 | 0.05 | 132.43 | 0.89 | 0.51 |
| Hex | 13 | F1 | 41 | 5C | 0 | 49 | 5 | 84 | 59 | 33 |
| Octal | 23 | 361 | 101 | 134 | 0 | 111 | 5 | 204 | 131 | 63 |
| Binary | 10011 | 11110001 | 1000001 | 1011100 | 0 | 1001001 | 101 | 10000100 | 1011001 | 110011 |
Color Harmonies of #13F141
Complementary color
Monochromatic Colors of #13F141
Black with #13F141
Text Example
Text Example
White with #13F141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F141; }
p { color: rgb(19,241,65); }
H1.HeaderClassName
{
color: #13F141;
}
.AnyTagClassName
{
color: #13F141;
}
</style>
background-color css
<style>
a { background-color: #13F141; }
a { background-color: rgb(19,241,65); }
div.DivClassName
{
background-color: #13F141;
}
.BgClassName
{
background-color: #13F141;
}
</style>
border-color css
<style>
span { border-color: #13F141; }
span { border-color: rgb(19,241,65); }
td.TdClassName
{
border-color: #13F141;
}
.TagClassName
{
border-color: #13F141;
}
</style>