Shades of Malachite #15F242
Tints of Malachite #15F242
RGB
CMYK
RGB Variations
Color information
#15F242 (or 0x15F242) is known color: Malachite. HEX triplet: 15, F2 and 42. RGB value is (21,242,66). Sum of RGB (Red+Green+Blue) = 21+242+66=329 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.38% from 329); Green value is 242 (94.92% from 255 or 73.56% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 242 - color contains mainly: green. Hex color #15F242 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15F242 is #EA0DBD. Grayscale: #9C9C9C. Windows color (decimal): -15338942 or 4387349. OLE color: 4387349.
HSL color Cylindrical-coordinate representation of color #15F242: hue angle of 132.22º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F242 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 21 | 242 | 66 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.05 |
| HSL | 132.22º | 0.89% | 0.52% | - |
| HSV(B) | 132.22º | 0.91% | 0.95% | - |
| XYZ | 33.04 | 64.06 | 15.78 | - |
| YUV | 155.86 | 77.28 | 31.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 242 | 66 | 0.91 | 0 | 0.73 | 0.05 | 132.22 | 0.89 | 0.52 |
| Hex | 15 | F2 | 42 | 5B | 0 | 49 | 5 | 84 | 59 | 34 |
| Octal | 25 | 362 | 102 | 133 | 0 | 111 | 5 | 204 | 131 | 64 |
| Binary | 10101 | 11110010 | 1000010 | 1011011 | 0 | 1001001 | 101 | 10000100 | 1011001 | 110100 |
Color Harmonies of #15F242
Complementary color
Monochromatic Colors of #15F242
Black with #15F242
Text Example
Text Example
White with #15F242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15F242; }
p { color: rgb(21,242,66); }
H1.HeaderClassName
{
color: #15F242;
}
.AnyTagClassName
{
color: #15F242;
}
</style>
background-color css
<style>
a { background-color: #15F242; }
a { background-color: rgb(21,242,66); }
div.DivClassName
{
background-color: #15F242;
}
.BgClassName
{
background-color: #15F242;
}
</style>
border-color css
<style>
span { border-color: #15F242; }
span { border-color: rgb(21,242,66); }
td.TdClassName
{
border-color: #15F242;
}
.TagClassName
{
border-color: #15F242;
}
</style>