Shades of Malachite #2ACF5C
Tints of Malachite #2ACF5C
RGB
CMYK
RGB Variations
Color information
#2ACF5C (or 0x2ACF5C) is known color: Malachite. HEX triplet: 2A, CF and 5C. RGB value is (42,207,92). Sum of RGB (Red+Green+Blue) = 42+207+92=341 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.32% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #2ACF5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACF5C is #D530A3. Grayscale: #909090. Windows color (decimal): -13971620 or 6082346. OLE color: 6082346.
HSL color Cylindrical-coordinate representation of color #2ACF5C: hue angle of 138.18º 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 #2ACF5C is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 207 | 92 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.19 |
| HSL | 138.18º | 0.66% | 0.49% | - |
| HSV(B) | 138.18º | 0.8% | 0.81% | - |
| XYZ | 25.2 | 45.89 | 17.65 | - |
| YUV | 144.56 | 98.34 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 207 | 92 | 0.80 | 0 | 0.56 | 0.19 | 138.18 | 0.66 | 0.49 |
| Hex | 2A | CF | 5C | 50 | 0 | 38 | 13 | 8A | 42 | 31 |
| Octal | 52 | 317 | 134 | 120 | 0 | 70 | 23 | 212 | 102 | 61 |
| Binary | 101010 | 11001111 | 1011100 | 1010000 | 0 | 111000 | 10011 | 10001010 | 1000010 | 110001 |
Color Harmonies of #2ACF5C
Complementary color
Monochromatic Colors of #2ACF5C
Black with #2ACF5C
Text Example
Text Example
White with #2ACF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACF5C; }
p { color: rgb(42,207,92); }
H1.HeaderClassName
{
color: #2ACF5C;
}
.AnyTagClassName
{
color: #2ACF5C;
}
</style>
background-color css
<style>
a { background-color: #2ACF5C; }
a { background-color: rgb(42,207,92); }
div.DivClassName
{
background-color: #2ACF5C;
}
.BgClassName
{
background-color: #2ACF5C;
}
</style>
border-color css
<style>
span { border-color: #2ACF5C; }
span { border-color: rgb(42,207,92); }
td.TdClassName
{
border-color: #2ACF5C;
}
.TagClassName
{
border-color: #2ACF5C;
}
</style>