Html Css Color HEX #2ADA70 Emerald

📋 copy color: '#2ADA70'

red 42 ◦ green 218 ◦ blue 112

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

Shades of Emerald #2ADA70

Tints of Emerald #2ADA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 58.6%

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 11.29%
G = 58.6%
B = 30.11%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#2ADA70 (or 0x2ADA70) is known color: Emerald. HEX triplet: 2A, DA and 70. RGB value is (42,218,112). Sum of RGB (Red+Green+Blue) = 42+218+112=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 218 (85.55% from 255 or 58.60% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ADA70 is #D5258F. Grayscale: #999999. Windows color (decimal): -13968784 or 7395882. OLE color: 7395882.

HSL color Cylindrical-coordinate representation of color #2ADA70: hue angle of 143.86º 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 #2ADA70 is Cyan = 0.81, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 218 112 -
CMYK 0.81 0 0.49 0.15
HSL 143.86º 0.7% 0.51% -
HSV(B) 143.86º 0.81% 0.85% -
XYZ 28.95 51.8 23.8 -
YUV 153.29 104.69 48.62 -
System Red Green Blue C M Y K H S L
Decimal 42 218 112 0.81 0 0.49 0.15 143.86 0.7 0.51
Hex 2A DA 70 51 0 31 F 90 46 33
Octal 52 332 160 121 0 61 17 220 106 63
Binary 101010 11011010 1110000 1010001 0 110001 1111 10010000 1000110 110011

Color Harmonies of #2ADA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADA70

Black with #2ADA70

Text Example


Text Example

White with #2ADA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,218,112); }

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

background-color css

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

 a { background-color: rgb(42,218,112); }

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

border-color css

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

 span { border-color: rgb(42,218,112); }

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