Html Css Color HEX #2AD170 Medium Sea Green

📋 copy color: '#2AD170'

red 42 ◦ green 209 ◦ blue 112

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

Shades of Medium Sea Green #2AD170

Tints of Medium Sea Green #2AD170

RGB

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

 GREEN value IS 209 (82.03% from 255) = 57.58%

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

R = 11.57%
G = 57.58%
B = 30.85%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#2AD170 (or 0x2AD170) is known color: Medium Sea Green. HEX triplet: 2A, D1 and 70. RGB value is (42,209,112). Sum of RGB (Red+Green+Blue) = 42+209+112=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD170 is #D52E8F. Grayscale: #949494. Windows color (decimal): -13971088 or 7393578. OLE color: 7393578.

HSL color Cylindrical-coordinate representation of color #2AD170: hue angle of 145.15º degrees, saturation: 0.67, 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 #2AD170 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 42 209 112 -
CMYK 0.80 0 0.46 0.18
HSL 145.15º 0.67% 0.49% -
HSV(B) 145.15º 0.8% 0.82% -
XYZ 26.68 47.26 23.05 -
YUV 148.01 107.67 52.39 -
System Red Green Blue C M Y K H S L
Decimal 42 209 112 0.80 0 0.46 0.18 145.15 0.67 0.49
Hex 2A D1 70 50 0 2E 12 91 43 31
Octal 52 321 160 120 0 56 22 221 103 61
Binary 101010 11010001 1110000 1010000 0 101110 10010 10010001 1000011 110001

Color Harmonies of #2AD170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD170

Black with #2AD170

Text Example


Text Example

White with #2AD170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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