Shades of Malachite #13D25C
Tints of Malachite #13D25C
RGB
CMYK
RGB Variations
Color information
#13D25C (or 0x13D25C) is known color: Malachite. HEX triplet: 13, D2 and 5C. RGB value is (19,210,92). Sum of RGB (Red+Green+Blue) = 19+210+92=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 210 (82.42% from 255 or 65.42% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 210 - color contains mainly: green. Hex color #13D25C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #13D25C is #EC2DA3. Grayscale: #8B8B8B. Windows color (decimal): -15478180 or 6083091. OLE color: 6083091.
HSL color Cylindrical-coordinate representation of color #13D25C: hue angle of 142.93º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D25C is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 210 | 92 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.18 |
| HSL | 142.93º | 0.83% | 0.45% | - |
| HSV(B) | 142.93º | 0.91% | 0.82% | - |
| XYZ | 25.25 | 47 | 17.87 | - |
| YUV | 139.44 | 101.22 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 210 | 92 | 0.91 | 0 | 0.56 | 0.18 | 142.93 | 0.83 | 0.45 |
| Hex | 13 | D2 | 5C | 5B | 0 | 38 | 12 | 8F | 53 | 2D |
| Octal | 23 | 322 | 134 | 133 | 0 | 70 | 22 | 217 | 123 | 55 |
| Binary | 10011 | 11010010 | 1011100 | 1011011 | 0 | 111000 | 10010 | 10001111 | 1010011 | 101101 |
Color Harmonies of #13D25C
Complementary color
Monochromatic Colors of #13D25C
Black with #13D25C
Text Example
Text Example
White with #13D25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D25C; }
p { color: rgb(19,210,92); }
H1.HeaderClassName
{
color: #13D25C;
}
.AnyTagClassName
{
color: #13D25C;
}
</style>
background-color css
<style>
a { background-color: #13D25C; }
a { background-color: rgb(19,210,92); }
div.DivClassName
{
background-color: #13D25C;
}
.BgClassName
{
background-color: #13D25C;
}
</style>
border-color css
<style>
span { border-color: #13D25C; }
span { border-color: rgb(19,210,92); }
td.TdClassName
{
border-color: #13D25C;
}
.TagClassName
{
border-color: #13D25C;
}
</style>