Shades of Malachite #0FFF3E
Tints of Malachite #0FFF3E
RGB
CMYK
RGB Variations
Color information
#0FFF3E (or 0x0FFF3E) is known color: Malachite. HEX triplet: 0F, FF and 3E. RGB value is (15,255,62). Sum of RGB (Red+Green+Blue) = 15+255+62=332 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.52% from 332); Green value is 255 (100% from 255 or 76.81% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFF3E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFF3E is #F000C1. Grayscale: #A1A1A1. Windows color (decimal): -15728834 or 4128527. OLE color: 4128527.
HSL color Cylindrical-coordinate representation of color #0FFF3E: hue angle of 131.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFF3E is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 62 | - |
| CMYK | 0.94 | 0 | 0.76 | 0 |
| HSL | 131.75º | 1% | 0.53% | - |
| HSV(B) | 131.75º | 0.94% | 1% | - |
| XYZ | 36.83 | 71.97 | 16.51 | - |
| YUV | 161.24 | 71.99 | 23.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 62 | 0.94 | 0 | 0.76 | 0 | 131.75 | 1 | 0.53 |
| Hex | F | FF | 3E | 5E | 0 | 4C | 0 | 84 | 64 | 35 |
| Octal | 17 | 377 | 76 | 136 | 0 | 114 | 0 | 204 | 144 | 65 |
| Binary | 1111 | 11111111 | 111110 | 1011110 | 0 | 1001100 | 0 | 10000100 | 1100100 | 110101 |
Color Harmonies of #0FFF3E
Complementary color
Monochromatic Colors of #0FFF3E
Black with #0FFF3E
Text Example
Text Example
White with #0FFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFF3E; }
p { color: rgb(15,255,62); }
H1.HeaderClassName
{
color: #0FFF3E;
}
.AnyTagClassName
{
color: #0FFF3E;
}
</style>
background-color css
<style>
a { background-color: #0FFF3E; }
a { background-color: rgb(15,255,62); }
div.DivClassName
{
background-color: #0FFF3E;
}
.BgClassName
{
background-color: #0FFF3E;
}
</style>
border-color css
<style>
span { border-color: #0FFF3E; }
span { border-color: rgb(15,255,62); }
td.TdClassName
{
border-color: #0FFF3E;
}
.TagClassName
{
border-color: #0FFF3E;
}
</style>