Html Css Color HEX #2ACE58 Malachite

📋 copy color: '#2ACE58'

red 42 ◦ green 206 ◦ blue 88

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

Shades of Malachite #2ACE58

Tints of Malachite #2ACE58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.19%

R = 12.5%
G = 61.31%
B = 26.19%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#2ACE58 (or 0x2ACE58) is known color: Malachite. HEX triplet: 2A, CE and 58. RGB value is (42,206,88). Sum of RGB (Red+Green+Blue) = 42+206+88=336 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.5% from 336); Green value is 206 (80.86% from 255 or 61.31% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE58 is #D531A7. Grayscale: #8F8F8F. Windows color (decimal): -13971880 or 5819946. OLE color: 5819946.

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

Color convert

RGB 42 206 88 -
CMYK 0.80 0 0.57 0.19
HSL 136.83º 0.66% 0.49% -
HSV(B) 136.83º 0.8% 0.81% -
XYZ 24.79 45.34 16.68 -
YUV 143.51 96.67 55.59 -
System Red Green Blue C M Y K H S L
Decimal 42 206 88 0.80 0 0.57 0.19 136.83 0.66 0.49
Hex 2A CE 58 50 0 39 13 89 42 31
Octal 52 316 130 120 0 71 23 211 102 61
Binary 101010 11001110 1011000 1010000 0 111001 10011 10001001 1000010 110001

Color Harmonies of #2ACE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACE58

Black with #2ACE58

Text Example


Text Example

White with #2ACE58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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