Shades of Malachite #13F144
Tints of Malachite #13F144
RGB
CMYK
RGB Variations
Color information
#13F144 (or 0x13F144) is known color: Malachite. HEX triplet: 13, F1 and 44. RGB value is (19,241,68). Sum of RGB (Red+Green+Blue) = 19+241+68=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 241 (94.53% from 255 or 73.48% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 241 - color contains mainly: green. Hex color #13F144 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F144 is #EC0EBB. Grayscale: #9B9B9B. Windows color (decimal): -15470268 or 4518163. OLE color: 4518163.
HSL color Cylindrical-coordinate representation of color #13F144: hue angle of 133.24º 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 #13F144 is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 241 | 68 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.05 |
| HSL | 133.24º | 0.89% | 0.51% | - |
| HSV(B) | 133.24º | 0.92% | 0.95% | - |
| XYZ | 32.77 | 63.47 | 15.99 | - |
| YUV | 154.9 | 78.95 | 31.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 241 | 68 | 0.92 | 0 | 0.72 | 0.05 | 133.24 | 0.89 | 0.51 |
| Hex | 13 | F1 | 44 | 5C | 0 | 48 | 5 | 85 | 59 | 33 |
| Octal | 23 | 361 | 104 | 134 | 0 | 110 | 5 | 205 | 131 | 63 |
| Binary | 10011 | 11110001 | 1000100 | 1011100 | 0 | 1001000 | 101 | 10000101 | 1011001 | 110011 |
Color Harmonies of #13F144
Complementary color
Monochromatic Colors of #13F144
Black with #13F144
Text Example
Text Example
White with #13F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F144; }
p { color: rgb(19,241,68); }
H1.HeaderClassName
{
color: #13F144;
}
.AnyTagClassName
{
color: #13F144;
}
</style>
background-color css
<style>
a { background-color: #13F144; }
a { background-color: rgb(19,241,68); }
div.DivClassName
{
background-color: #13F144;
}
.BgClassName
{
background-color: #13F144;
}
</style>
border-color css
<style>
span { border-color: #13F144; }
span { border-color: rgb(19,241,68); }
td.TdClassName
{
border-color: #13F144;
}
.TagClassName
{
border-color: #13F144;
}
</style>