Html Css Color HEX #2ACE50 Malachite

📋 copy color: '#2ACE50'

red 42 ◦ green 206 ◦ blue 80

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

Shades of Malachite #2ACE50

Tints of Malachite #2ACE50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.39%

R = 12.8%
G = 62.8%
B = 24.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#2ACE50 (or 0x2ACE50) is known color: Malachite. HEX triplet: 2A, CE and 50. RGB value is (42,206,80). Sum of RGB (Red+Green+Blue) = 42+206+80=328 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.80% from 328); Green value is 206 (80.86% from 255 or 62.80% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACE50 is #D531AF. Grayscale: #8E8E8E. Windows color (decimal): -13971888 or 5295658. OLE color: 5295658.

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

Color convert

RGB 42 206 80 -
CMYK 0.80 0 0.61 0.19
HSL 133.9º 0.66% 0.49% -
HSV(B) 133.9º 0.8% 0.81% -
XYZ 24.47 45.21 15.03 -
YUV 142.6 92.67 56.25 -
System Red Green Blue C M Y K H S L
Decimal 42 206 80 0.80 0 0.61 0.19 133.9 0.66 0.49
Hex 2A CE 50 50 0 3D 13 86 42 31
Octal 52 316 120 120 0 75 23 206 102 61
Binary 101010 11001110 1010000 1010000 0 111101 10011 10000110 1000010 110001

Color Harmonies of #2ACE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACE50

Black with #2ACE50

Text Example


Text Example

White with #2ACE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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