Shades of Malachite #14EA33
Tints of Malachite #14EA33
RGB
CMYK
RGB Variations
Color information
#14EA33 (or 0x14EA33) is known color: Malachite. HEX triplet: 14, EA and 33. RGB value is (20,234,51). Sum of RGB (Red+Green+Blue) = 20+234+51=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 234 (91.80% from 255 or 76.72% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 234 - color contains mainly: green. Hex color #14EA33 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EA33 is #EB15CC. Grayscale: #959595. Windows color (decimal): -15406541 or 3402260. OLE color: 3402260.
HSL color Cylindrical-coordinate representation of color #14EA33: hue angle of 128.69º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14EA33 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 234 | 51 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.08 |
| HSL | 128.69º | 0.84% | 0.5% | - |
| HSV(B) | 128.69º | 0.91% | 0.92% | - |
| XYZ | 30.31 | 59.23 | 12.97 | - |
| YUV | 149.15 | 72.6 | 35.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 234 | 51 | 0.91 | 0 | 0.78 | 0.08 | 128.69 | 0.84 | 0.5 |
| Hex | 14 | EA | 33 | 5B | 0 | 4E | 8 | 81 | 54 | 32 |
| Octal | 24 | 352 | 63 | 133 | 0 | 116 | 10 | 201 | 124 | 62 |
| Binary | 10100 | 11101010 | 110011 | 1011011 | 0 | 1001110 | 1000 | 10000001 | 1010100 | 110010 |
Color Harmonies of #14EA33
Complementary color
Monochromatic Colors of #14EA33
Black with #14EA33
Text Example
Text Example
White with #14EA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EA33; }
p { color: rgb(20,234,51); }
H1.HeaderClassName
{
color: #14EA33;
}
.AnyTagClassName
{
color: #14EA33;
}
</style>
background-color css
<style>
a { background-color: #14EA33; }
a { background-color: rgb(20,234,51); }
div.DivClassName
{
background-color: #14EA33;
}
.BgClassName
{
background-color: #14EA33;
}
</style>
border-color css
<style>
span { border-color: #14EA33; }
span { border-color: rgb(20,234,51); }
td.TdClassName
{
border-color: #14EA33;
}
.TagClassName
{
border-color: #14EA33;
}
</style>