Shades of Malachite #19F13F
Tints of Malachite #19F13F
RGB
CMYK
RGB Variations
Color information
#19F13F (or 0x19F13F) is known color: Malachite. HEX triplet: 19, F1 and 3F. RGB value is (25,241,63). Sum of RGB (Red+Green+Blue) = 25+241+63=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 241 (94.53% from 255 or 73.25% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 241 - color contains mainly: green. Hex color #19F13F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #19F13F is #E60EC0. Grayscale: #9C9C9C. Windows color (decimal): -15077057 or 4190489. OLE color: 4190489.
HSL color Cylindrical-coordinate representation of color #19F13F: hue angle of 130.56º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F13F is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 241 | 63 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.05 |
| HSL | 130.56º | 0.89% | 0.52% | - |
| HSV(B) | 130.56º | 0.9% | 0.95% | - |
| XYZ | 32.75 | 63.48 | 15.23 | - |
| YUV | 156.12 | 75.44 | 34.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 241 | 63 | 0.90 | 0 | 0.74 | 0.05 | 130.56 | 0.89 | 0.52 |
| Hex | 19 | F1 | 3F | 5A | 0 | 4A | 5 | 83 | 59 | 34 |
| Octal | 31 | 361 | 77 | 132 | 0 | 112 | 5 | 203 | 131 | 64 |
| Binary | 11001 | 11110001 | 111111 | 1011010 | 0 | 1001010 | 101 | 10000011 | 1011001 | 110100 |
Color Harmonies of #19F13F
Complementary color
Monochromatic Colors of #19F13F
Black with #19F13F
Text Example
Text Example
White with #19F13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F13F; }
p { color: rgb(25,241,63); }
H1.HeaderClassName
{
color: #19F13F;
}
.AnyTagClassName
{
color: #19F13F;
}
</style>
background-color css
<style>
a { background-color: #19F13F; }
a { background-color: rgb(25,241,63); }
div.DivClassName
{
background-color: #19F13F;
}
.BgClassName
{
background-color: #19F13F;
}
</style>
border-color css
<style>
span { border-color: #19F13F; }
span { border-color: rgb(25,241,63); }
td.TdClassName
{
border-color: #19F13F;
}
.TagClassName
{
border-color: #19F13F;
}
</style>