Shades of Malachite #2ACF5B
Tints of Malachite #2ACF5B
RGB
CMYK
RGB Variations
Color information
#2ACF5B (or 0x2ACF5B) is known color: Malachite. HEX triplet: 2A, CF and 5B. RGB value is (42,207,91). Sum of RGB (Red+Green+Blue) = 42+207+91=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACF5B is #D530A4. Grayscale: #909090. Windows color (decimal): -13971621 or 6016810. OLE color: 6016810.
HSL color Cylindrical-coordinate representation of color #2ACF5B: hue angle of 137.82º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACF5B is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 91 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.19 |
| HSL | 137.82º | 0.66% | 0.49% | - |
| HSV(B) | 137.82º | 0.8% | 0.81% | - |
| XYZ | 25.16 | 45.87 | 17.43 | - |
| YUV | 144.44 | 97.84 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 91 | 0.80 | 0 | 0.56 | 0.19 | 137.82 | 0.66 | 0.49 |
| Hex | 2A | CF | 5B | 50 | 0 | 38 | 13 | 8A | 42 | 31 |
| Octal | 52 | 317 | 133 | 120 | 0 | 70 | 23 | 212 | 102 | 61 |
| Binary | 101010 | 11001111 | 1011011 | 1010000 | 0 | 111000 | 10011 | 10001010 | 1000010 | 110001 |
Color Harmonies of #2ACF5B
Complementary color
Monochromatic Colors of #2ACF5B
Black with #2ACF5B
Text Example
Text Example
White with #2ACF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF5B; }
p { color: rgb(42,207,91); }
H1.HeaderClassName
{
color: #2ACF5B;
}
.AnyTagClassName
{
color: #2ACF5B;
}
</style>
background-color css
<style>
a { background-color: #2ACF5B; }
a { background-color: rgb(42,207,91); }
div.DivClassName
{
background-color: #2ACF5B;
}
.BgClassName
{
background-color: #2ACF5B;
}
</style>
border-color css
<style>
span { border-color: #2ACF5B; }
span { border-color: rgb(42,207,91); }
td.TdClassName
{
border-color: #2ACF5B;
}
.TagClassName
{
border-color: #2ACF5B;
}
</style>