Html Css Color HEX #2ACD5D Malachite

📋 copy color: '#2ACD5D'

red 42 ◦ green 205 ◦ blue 93

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

Shades of Malachite #2ACD5D

Tints of Malachite #2ACD5D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 60.29%

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 12.35%
G = 60.29%
B = 27.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#2ACD5D (or 0x2ACD5D) is known color: Malachite. HEX triplet: 2A, CD and 5D. RGB value is (42,205,93). Sum of RGB (Red+Green+Blue) = 42+205+93=340 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.35% from 340); Green value is 205 (80.47% from 255 or 60.29% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACD5D is #D532A2. Grayscale: #8F8F8F. Windows color (decimal): -13972131 or 6147370. OLE color: 6147370.

HSL color Cylindrical-coordinate representation of color #2ACD5D: hue angle of 138.77º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACD5D is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 42 205 93 -
CMYK 0.80 0 0.55 0.20
HSL 138.77º 0.66% 0.48% -
HSV(B) 138.77º 0.8% 0.8% -
XYZ 24.76 44.95 17.73 -
YUV 143.5 99.5 55.61 -
System Red Green Blue C M Y K H S L
Decimal 42 205 93 0.80 0 0.55 0.20 138.77 0.66 0.48
Hex 2A CD 5D 50 0 37 14 8B 42 30
Octal 52 315 135 120 0 67 24 213 102 60
Binary 101010 11001101 1011101 1010000 0 110111 10100 10001011 1000010 110000

Color Harmonies of #2ACD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ACD5D

Black with #2ACD5D

Text Example


Text Example

White with #2ACD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,205,93); }

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

background-color css

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

 a { background-color: rgb(42,205,93); }

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

border-color css

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

 span { border-color: rgb(42,205,93); }

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