Shades of Malachite #0FFD4A
Tints of Malachite #0FFD4A
RGB
CMYK
RGB Variations
Color information
#0FFD4A (or 0x0FFD4A) is known color: Malachite. HEX triplet: 0F, FD and 4A. RGB value is (15,253,74). Sum of RGB (Red+Green+Blue) = 15+253+74=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 253 (99.22% from 255 or 73.98% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD4A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFD4A is #F002B5. Grayscale: #A1A1A1. Windows color (decimal): -15729334 or 4914447. OLE color: 4914447.
HSL color Cylindrical-coordinate representation of color #0FFD4A: hue angle of 134.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFD4A is Cyan = 0.94, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 253 | 74 | - |
| CMYK | 0.94 | 0 | 0.71 | 0.01 |
| HSL | 134.87º | 0.98% | 0.53% | - |
| HSV(B) | 134.87º | 0.94% | 0.99% | - |
| XYZ | 36.56 | 70.85 | 18.23 | - |
| YUV | 161.43 | 78.65 | 23.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 253 | 74 | 0.94 | 0 | 0.71 | 0.01 | 134.87 | 0.98 | 0.53 |
| Hex | F | FD | 4A | 5E | 0 | 47 | 1 | 87 | 62 | 35 |
| Octal | 17 | 375 | 112 | 136 | 0 | 107 | 1 | 207 | 142 | 65 |
| Binary | 1111 | 11111101 | 1001010 | 1011110 | 0 | 1000111 | 1 | 10000111 | 1100010 | 110101 |
Color Harmonies of #0FFD4A
Complementary color
Monochromatic Colors of #0FFD4A
Black with #0FFD4A
Text Example
Text Example
White with #0FFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFD4A; }
p { color: rgb(15,253,74); }
H1.HeaderClassName
{
color: #0FFD4A;
}
.AnyTagClassName
{
color: #0FFD4A;
}
</style>
background-color css
<style>
a { background-color: #0FFD4A; }
a { background-color: rgb(15,253,74); }
div.DivClassName
{
background-color: #0FFD4A;
}
.BgClassName
{
background-color: #0FFD4A;
}
</style>
border-color css
<style>
span { border-color: #0FFD4A; }
span { border-color: rgb(15,253,74); }
td.TdClassName
{
border-color: #0FFD4A;
}
.TagClassName
{
border-color: #0FFD4A;
}
</style>