Html Css Color HEX #2ACE56 Malachite

📋 copy color: '#2ACE56'

red 42 ◦ green 206 ◦ blue 86

#2ACE56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #2ACE56

Tints of Malachite #2ACE56

RGB

 RED value IS 42 (16.8% from 255) = 12.57%

 GREEN value IS 206 (80.86% from 255) = 61.68%

 BLUE value IS 86 (33.98% from 255) = 25.75%

R = 12.57%
G = 61.68%
B = 25.75%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2ACE56 (or 0x2ACE56) is known color: Malachite. HEX triplet: 2A, CE and 56. RGB value is (42,206,86). Sum of RGB (Red+Green+Blue) = 42+206+86=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE56 is #D531A9. Grayscale: #8F8F8F. Windows color (decimal): -13971882 or 5688874. OLE color: 5688874.

HSL color Cylindrical-coordinate representation of color #2ACE56: hue angle of 136.1º 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 #2ACE56 is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.

Color convert

RGB 42 206 86 -
CMYK 0.80 0 0.58 0.19
HSL 136.1º 0.66% 0.49% -
HSV(B) 136.1º 0.8% 0.81% -
XYZ 24.71 45.31 16.25 -
YUV 143.28 95.67 55.76 -
System Red Green Blue C M Y K H S L
Decimal 42 206 86 0.80 0 0.58 0.19 136.1 0.66 0.49
Hex 2A CE 56 50 0 3A 13 88 42 31
Octal 52 316 126 120 0 72 23 210 102 61
Binary 101010 11001110 1010110 1010000 0 111010 10011 10001000 1000010 110001

Color Harmonies of #2ACE56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACE56

Black with #2ACE56

Text Example


Text Example

White with #2ACE56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2ACE56; }

 p { color: rgb(42,206,86); }

 H1.HeaderClassName
 {
   color: #2ACE56;
 }
 .AnyTagClassName
 {
   color: #2ACE56;
 }
</style>

background-color css

<style>
 a { background-color: #2ACE56; }

 a { background-color: rgb(42,206,86); }

 div.DivClassName
 {
   background-color: #2ACE56;
 }
 .BgClassName
 {
   background-color: #2ACE56;
 }
</style>

border-color css

<style>
 span { border-color: #2ACE56; }

 span { border-color: rgb(42,206,86); }

 td.TdClassName
 {
   border-color: #2ACE56;
 }
 .TagClassName
 {
   border-color: #2ACE56;
 }
</style>