Shades of Malachite #0DF143
Tints of Malachite #0DF143
RGB
CMYK
RGB Variations
Color information
#0DF143 (or 0x0DF143) is known color: Malachite. HEX triplet: 0D, F1 and 43. RGB value is (13,241,67). Sum of RGB (Red+Green+Blue) = 13+241+67=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 241 (94.53% from 255 or 75.08% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 241 - color contains mainly: green. Hex color #0DF143 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DF143 is #F20EBC. Grayscale: #999999. Windows color (decimal): -15863485 or 4452621. OLE color: 4452621.
HSL color Cylindrical-coordinate representation of color #0DF143: hue angle of 134.21º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DF143 is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 241 | 67 | - |
| CMYK | 0.95 | 0 | 0.72 | 0.05 |
| HSL | 134.21º | 0.9% | 0.5% | - |
| HSV(B) | 134.21º | 0.95% | 0.95% | - |
| XYZ | 32.63 | 63.4 | 15.83 | - |
| YUV | 152.99 | 79.46 | 28.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 241 | 67 | 0.95 | 0 | 0.72 | 0.05 | 134.21 | 0.9 | 0.5 |
| Hex | D | F1 | 43 | 5F | 0 | 48 | 5 | 86 | 5A | 32 |
| Octal | 15 | 361 | 103 | 137 | 0 | 110 | 5 | 206 | 132 | 62 |
| Binary | 1101 | 11110001 | 1000011 | 1011111 | 0 | 1001000 | 101 | 10000110 | 1011010 | 110010 |
Color Harmonies of #0DF143
Complementary color
Monochromatic Colors of #0DF143
Black with #0DF143
Text Example
Text Example
White with #0DF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DF143; }
p { color: rgb(13,241,67); }
H1.HeaderClassName
{
color: #0DF143;
}
.AnyTagClassName
{
color: #0DF143;
}
</style>
background-color css
<style>
a { background-color: #0DF143; }
a { background-color: rgb(13,241,67); }
div.DivClassName
{
background-color: #0DF143;
}
.BgClassName
{
background-color: #0DF143;
}
</style>
border-color css
<style>
span { border-color: #0DF143; }
span { border-color: rgb(13,241,67); }
td.TdClassName
{
border-color: #0DF143;
}
.TagClassName
{
border-color: #0DF143;
}
</style>