Html Css Color HEX #2AD763 Malachite

📋 copy color: '#2AD763'

red 42 ◦ green 215 ◦ blue 99

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

Shades of Malachite #2AD763

Tints of Malachite #2AD763

RGB

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

 GREEN value IS 215 (84.38% from 255) = 60.39%

 BLUE value IS 99 (39.06% from 255) = 27.81%

R = 11.8%
G = 60.39%
B = 27.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#2AD763 (or 0x2AD763) is known color: Malachite. HEX triplet: 2A, D7 and 63. RGB value is (42,215,99). Sum of RGB (Red+Green+Blue) = 42+215+99=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 215 (84.38% from 255 or 60.39% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 215 - color contains mainly: green. Hex color #2AD763 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD763 is #D5289C. Grayscale: #969696. Windows color (decimal): -13969565 or 6543146. OLE color: 6543146.

HSL color Cylindrical-coordinate representation of color #2AD763: hue angle of 139.77º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD763 is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 42 215 99 -
CMYK 0.80 0 0.54 0.16
HSL 139.77º 0.68% 0.5% -
HSV(B) 139.77º 0.8% 0.84% -
XYZ 27.51 49.99 20 -
YUV 150.05 99.19 50.93 -
System Red Green Blue C M Y K H S L
Decimal 42 215 99 0.80 0 0.54 0.16 139.77 0.68 0.5
Hex 2A D7 63 50 0 36 10 8C 44 32
Octal 52 327 143 120 0 66 20 214 104 62
Binary 101010 11010111 1100011 1010000 0 110110 10000 10001100 1000100 110010

Color Harmonies of #2AD763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD763

Black with #2AD763

Text Example


Text Example

White with #2AD763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,215,99); }

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

background-color css

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

 a { background-color: rgb(42,215,99); }

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

border-color css

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

 span { border-color: rgb(42,215,99); }

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