Shades of Malachite #0FF338
Tints of Malachite #0FF338
RGB
CMYK
RGB Variations
Color information
#0FF338 (or 0x0FF338) is known color: Malachite. HEX triplet: 0F, F3 and 38. RGB value is (15,243,56). Sum of RGB (Red+Green+Blue) = 15+243+56=314 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.78% from 314); Green value is 243 (95.31% from 255 or 77.39% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF338 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF338 is #F00CC7. Grayscale: #9A9A9A. Windows color (decimal): -15731912 or 3732239. OLE color: 3732239.
HSL color Cylindrical-coordinate representation of color #0FF338: hue angle of 130.79º 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 #0FF338 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 243 | 56 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.05 |
| HSL | 130.79º | 0.9% | 0.51% | - |
| HSV(B) | 130.79º | 0.94% | 0.95% | - |
| XYZ | 32.96 | 64.49 | 14.45 | - |
| YUV | 153.51 | 72.96 | 29.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 243 | 56 | 0.94 | 0 | 0.77 | 0.05 | 130.79 | 0.9 | 0.51 |
| Hex | F | F3 | 38 | 5E | 0 | 4D | 5 | 83 | 5A | 33 |
| Octal | 17 | 363 | 70 | 136 | 0 | 115 | 5 | 203 | 132 | 63 |
| Binary | 1111 | 11110011 | 111000 | 1011110 | 0 | 1001101 | 101 | 10000011 | 1011010 | 110011 |
Color Harmonies of #0FF338
Complementary color
Monochromatic Colors of #0FF338
Black with #0FF338
Text Example
Text Example
White with #0FF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF338; }
p { color: rgb(15,243,56); }
H1.HeaderClassName
{
color: #0FF338;
}
.AnyTagClassName
{
color: #0FF338;
}
</style>
background-color css
<style>
a { background-color: #0FF338; }
a { background-color: rgb(15,243,56); }
div.DivClassName
{
background-color: #0FF338;
}
.BgClassName
{
background-color: #0FF338;
}
</style>
border-color css
<style>
span { border-color: #0FF338; }
span { border-color: rgb(15,243,56); }
td.TdClassName
{
border-color: #0FF338;
}
.TagClassName
{
border-color: #0FF338;
}
</style>