Html Css Color HEX #2AD95B Malachite

📋 copy color: '#2AD95B'

red 42 ◦ green 217 ◦ blue 91

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

Shades of Malachite #2AD95B

Tints of Malachite #2AD95B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 62%

 BLUE value IS 91 (35.94% from 255) = 26%

R = 12%
G = 62%
B = 26%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#2AD95B (or 0x2AD95B) is known color: Malachite. HEX triplet: 2A, D9 and 5B. RGB value is (42,217,91). Sum of RGB (Red+Green+Blue) = 42+217+91=350 (46% of max value = 765). Red value is 42 (16.80% from 255 or 12% from 350); Green value is 217 (85.16% from 255 or 62% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD95B is #D526A4. Grayscale: #969696. Windows color (decimal): -13969061 or 6019370. OLE color: 6019370.

HSL color Cylindrical-coordinate representation of color #2AD95B: hue angle of 136.8º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD95B is Cyan = 0.81, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 217 91 -
CMYK 0.81 0 0.58 0.15
HSL 136.8º 0.7% 0.51% -
HSV(B) 136.8º 0.81% 0.85% -
XYZ 27.66 50.87 18.26 -
YUV 150.31 94.52 50.75 -
System Red Green Blue C M Y K H S L
Decimal 42 217 91 0.81 0 0.58 0.15 136.8 0.7 0.51
Hex 2A D9 5B 51 0 3A F 89 46 33
Octal 52 331 133 121 0 72 17 211 106 63
Binary 101010 11011001 1011011 1010001 0 111010 1111 10001001 1000110 110011

Color Harmonies of #2AD95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD95B

Black with #2AD95B

Text Example


Text Example

White with #2AD95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,217,91); }

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

background-color css

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

 a { background-color: rgb(42,217,91); }

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

border-color css

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

 span { border-color: rgb(42,217,91); }

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