Html Css Color HEX #2AD16E Medium Sea Green

📋 copy color: '#2AD16E'

red 42 ◦ green 209 ◦ blue 110

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

Shades of Medium Sea Green #2AD16E

Tints of Medium Sea Green #2AD16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 11.63%
G = 57.89%
B = 30.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#2AD16E (or 0x2AD16E) is known color: Medium Sea Green. HEX triplet: 2A, D1 and 6E. RGB value is (42,209,110). Sum of RGB (Red+Green+Blue) = 42+209+110=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 209 (82.03% from 255 or 57.89% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD16E is #D52E91. Grayscale: #949494. Windows color (decimal): -13971090 or 7262506. OLE color: 7262506.

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

Color convert

RGB 42 209 110 -
CMYK 0.80 0 0.47 0.18
HSL 144.43º 0.67% 0.49% -
HSV(B) 144.43º 0.8% 0.82% -
XYZ 26.57 47.22 22.47 -
YUV 147.78 106.67 52.55 -
System Red Green Blue C M Y K H S L
Decimal 42 209 110 0.80 0 0.47 0.18 144.43 0.67 0.49
Hex 2A D1 6E 50 0 2F 12 90 43 31
Octal 52 321 156 120 0 57 22 220 103 61
Binary 101010 11010001 1101110 1010000 0 101111 10010 10010000 1000011 110001

Color Harmonies of #2AD16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD16E

Black with #2AD16E

Text Example


Text Example

White with #2AD16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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