Html Css Color HEX #2AD079 Medium Sea Green

📋 copy color: '#2AD079'

red 42 ◦ green 208 ◦ blue 121

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

Shades of Medium Sea Green #2AD079

Tints of Medium Sea Green #2AD079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.06%

 BLUE value IS 121 (47.66% from 255) = 32.61%

R = 11.32%
G = 56.06%
B = 32.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#2AD079 (or 0x2AD079) is known color: Medium Sea Green. HEX triplet: 2A, D0 and 79. RGB value is (42,208,121). Sum of RGB (Red+Green+Blue) = 42+208+121=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 208 (81.64% from 255 or 56.06% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD079 is #D52F86. Grayscale: #949494. Windows color (decimal): -13971335 or 7983146. OLE color: 7983146.

HSL color Cylindrical-coordinate representation of color #2AD079: hue angle of 148.55º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD079 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 208 121 -
CMYK 0.80 0 0.42 0.18
HSL 148.55º 0.66% 0.49% -
HSV(B) 148.55º 0.8% 0.82% -
XYZ 26.96 46.98 25.74 -
YUV 148.45 112.5 52.07 -
System Red Green Blue C M Y K H S L
Decimal 42 208 121 0.80 0 0.42 0.18 148.55 0.66 0.49
Hex 2A D0 79 50 0 2A 12 95 42 31
Octal 52 320 171 120 0 52 22 225 102 61
Binary 101010 11010000 1111001 1010000 0 101010 10010 10010101 1000010 110001

Color Harmonies of #2AD079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD079

Black with #2AD079

Text Example


Text Example

White with #2AD079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,208,121); }

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

background-color css

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

 a { background-color: rgb(42,208,121); }

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

border-color css

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

 span { border-color: rgb(42,208,121); }

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