Shades of Malachite #0FF13C
Tints of Malachite #0FF13C
RGB
CMYK
RGB Variations
Color information
#0FF13C (or 0x0FF13C) is known color: Malachite. HEX triplet: 0F, F1 and 3C. RGB value is (15,241,60). Sum of RGB (Red+Green+Blue) = 15+241+60=316 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.75% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF13C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF13C is #F00EC3. Grayscale: #999999. Windows color (decimal): -15732420 or 3993871. OLE color: 3993871.
HSL color Cylindrical-coordinate representation of color #0FF13C: hue angle of 131.95º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF13C is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 241 | 60 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.05 |
| HSL | 131.95º | 0.89% | 0.5% | - |
| HSV(B) | 131.95º | 0.94% | 0.95% | - |
| XYZ | 32.47 | 63.34 | 14.79 | - |
| YUV | 152.79 | 75.63 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 241 | 60 | 0.94 | 0 | 0.75 | 0.05 | 131.95 | 0.89 | 0.5 |
| Hex | F | F1 | 3C | 5E | 0 | 4B | 5 | 84 | 59 | 32 |
| Octal | 17 | 361 | 74 | 136 | 0 | 113 | 5 | 204 | 131 | 62 |
| Binary | 1111 | 11110001 | 111100 | 1011110 | 0 | 1001011 | 101 | 10000100 | 1011001 | 110010 |
Color Harmonies of #0FF13C
Complementary color
Monochromatic Colors of #0FF13C
Black with #0FF13C
Text Example
Text Example
White with #0FF13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF13C; }
p { color: rgb(15,241,60); }
H1.HeaderClassName
{
color: #0FF13C;
}
.AnyTagClassName
{
color: #0FF13C;
}
</style>
background-color css
<style>
a { background-color: #0FF13C; }
a { background-color: rgb(15,241,60); }
div.DivClassName
{
background-color: #0FF13C;
}
.BgClassName
{
background-color: #0FF13C;
}
</style>
border-color css
<style>
span { border-color: #0FF13C; }
span { border-color: rgb(15,241,60); }
td.TdClassName
{
border-color: #0FF13C;
}
.TagClassName
{
border-color: #0FF13C;
}
</style>