Shades of Malachite #13F844
Tints of Malachite #13F844
RGB
CMYK
RGB Variations
Color information
#13F844 (or 0x13F844) is known color: Malachite. HEX triplet: 13, F8 and 44. RGB value is (19,248,68). Sum of RGB (Red+Green+Blue) = 19+248+68=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 248 (97.27% from 255 or 74.03% from 335); Blue value is 68 (26.95% from 255 or 20.30% from 335); Max value from RGB is 248 - color contains mainly: green. Hex color #13F844 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #13F844 is #EC07BB. Grayscale: #9F9F9F. Windows color (decimal): -15468476 or 4519955. OLE color: 4519955.
HSL color Cylindrical-coordinate representation of color #13F844: hue angle of 132.84º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F844 is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 19 | 248 | 68 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.03 |
| HSL | 132.84º | 0.94% | 0.52% | - |
| HSV(B) | 132.84º | 0.92% | 0.97% | - |
| XYZ | 34.88 | 67.69 | 16.7 | - |
| YUV | 159.01 | 76.63 | 28.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 248 | 68 | 0.92 | 0 | 0.73 | 0.03 | 132.84 | 0.94 | 0.52 |
| Hex | 13 | F8 | 44 | 5C | 0 | 49 | 3 | 85 | 5E | 34 |
| Octal | 23 | 370 | 104 | 134 | 0 | 111 | 3 | 205 | 136 | 64 |
| Binary | 10011 | 11111000 | 1000100 | 1011100 | 0 | 1001001 | 11 | 10000101 | 1011110 | 110100 |
Color Harmonies of #13F844
Complementary color
Monochromatic Colors of #13F844
Black with #13F844
Text Example
Text Example
White with #13F844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F844; }
p { color: rgb(19,248,68); }
H1.HeaderClassName
{
color: #13F844;
}
.AnyTagClassName
{
color: #13F844;
}
</style>
background-color css
<style>
a { background-color: #13F844; }
a { background-color: rgb(19,248,68); }
div.DivClassName
{
background-color: #13F844;
}
.BgClassName
{
background-color: #13F844;
}
</style>
border-color css
<style>
span { border-color: #13F844; }
span { border-color: rgb(19,248,68); }
td.TdClassName
{
border-color: #13F844;
}
.TagClassName
{
border-color: #13F844;
}
</style>