Shades of Malachite #15F140
Tints of Malachite #15F140
RGB
CMYK
RGB Variations
Color information
#15F140 (or 0x15F140) is known color: Malachite. HEX triplet: 15, F1 and 40. RGB value is (21,241,64). Sum of RGB (Red+Green+Blue) = 21+241+64=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 241 (94.53% from 255 or 73.93% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 241 - color contains mainly: green. Hex color #15F140 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15F140 is #EA0EBF. Grayscale: #9B9B9B. Windows color (decimal): -15339200 or 4256021. OLE color: 4256021.
HSL color Cylindrical-coordinate representation of color #15F140: hue angle of 131.73º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F140 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 241 | 64 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.05 |
| HSL | 131.73º | 0.89% | 0.51% | - |
| HSV(B) | 131.73º | 0.91% | 0.95% | - |
| XYZ | 32.69 | 63.44 | 15.37 | - |
| YUV | 155.04 | 76.61 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 241 | 64 | 0.91 | 0 | 0.73 | 0.05 | 131.73 | 0.89 | 0.51 |
| Hex | 15 | F1 | 40 | 5B | 0 | 49 | 5 | 84 | 59 | 33 |
| Octal | 25 | 361 | 100 | 133 | 0 | 111 | 5 | 204 | 131 | 63 |
| Binary | 10101 | 11110001 | 1000000 | 1011011 | 0 | 1001001 | 101 | 10000100 | 1011001 | 110011 |
Color Harmonies of #15F140
Complementary color
Monochromatic Colors of #15F140
Black with #15F140
Text Example
Text Example
White with #15F140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F140; }
p { color: rgb(21,241,64); }
H1.HeaderClassName
{
color: #15F140;
}
.AnyTagClassName
{
color: #15F140;
}
</style>
background-color css
<style>
a { background-color: #15F140; }
a { background-color: rgb(21,241,64); }
div.DivClassName
{
background-color: #15F140;
}
.BgClassName
{
background-color: #15F140;
}
</style>
border-color css
<style>
span { border-color: #15F140; }
span { border-color: rgb(21,241,64); }
td.TdClassName
{
border-color: #15F140;
}
.TagClassName
{
border-color: #15F140;
}
</style>