Shades of Malachite #0FF33C
Tints of Malachite #0FF33C
RGB
CMYK
RGB Variations
Color information
#0FF33C (or 0x0FF33C) is known color: Malachite. HEX triplet: 0F, F3 and 3C. RGB value is (15,243,60). Sum of RGB (Red+Green+Blue) = 15+243+60=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 243 (95.31% from 255 or 76.42% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF33C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF33C is #F00CC3. Grayscale: #9A9A9A. Windows color (decimal): -15731908 or 3994383. OLE color: 3994383.
HSL color Cylindrical-coordinate representation of color #0FF33C: hue angle of 131.84º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF33C is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 60 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.05 |
| HSL | 131.84º | 0.9% | 0.51% | - |
| HSV(B) | 131.84º | 0.94% | 0.95% | - |
| XYZ | 33.06 | 64.53 | 14.99 | - |
| YUV | 153.97 | 74.96 | 28.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 60 | 0.94 | 0 | 0.75 | 0.05 | 131.84 | 0.9 | 0.51 |
| Hex | F | F3 | 3C | 5E | 0 | 4B | 5 | 84 | 5A | 33 |
| Octal | 17 | 363 | 74 | 136 | 0 | 113 | 5 | 204 | 132 | 63 |
| Binary | 1111 | 11110011 | 111100 | 1011110 | 0 | 1001011 | 101 | 10000100 | 1011010 | 110011 |
Color Harmonies of #0FF33C
Complementary color
Monochromatic Colors of #0FF33C
Black with #0FF33C
Text Example
Text Example
White with #0FF33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF33C; }
p { color: rgb(15,243,60); }
H1.HeaderClassName
{
color: #0FF33C;
}
.AnyTagClassName
{
color: #0FF33C;
}
</style>
background-color css
<style>
a { background-color: #0FF33C; }
a { background-color: rgb(15,243,60); }
div.DivClassName
{
background-color: #0FF33C;
}
.BgClassName
{
background-color: #0FF33C;
}
</style>
border-color css
<style>
span { border-color: #0FF33C; }
span { border-color: rgb(15,243,60); }
td.TdClassName
{
border-color: #0FF33C;
}
.TagClassName
{
border-color: #0FF33C;
}
</style>