Html Css Color HEX #2AD86D Medium Sea Green

📋 copy color: '#2AD86D'

red 42 ◦ green 216 ◦ blue 109

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

Shades of Medium Sea Green #2AD86D

Tints of Medium Sea Green #2AD86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.86%

 BLUE value IS 109 (42.97% from 255) = 29.7%

R = 11.44%
G = 58.86%
B = 29.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#2AD86D (or 0x2AD86D) is known color: Medium Sea Green. HEX triplet: 2A, D8 and 6D. RGB value is (42,216,109). Sum of RGB (Red+Green+Blue) = 42+216+109=367 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.44% from 367); Green value is 216 (84.77% from 255 or 58.86% from 367); Blue value is 109 (42.97% from 255 or 29.70% from 367); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD86D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD86D is #D52792. Grayscale: #989898. Windows color (decimal): -13969299 or 7198762. OLE color: 7198762.

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

Color convert

RGB 42 216 109 -
CMYK 0.81 0 0.50 0.15
HSL 143.1º 0.69% 0.51% -
HSV(B) 143.1º 0.81% 0.85% -
XYZ 28.27 50.71 22.77 -
YUV 151.78 103.85 49.7 -
System Red Green Blue C M Y K H S L
Decimal 42 216 109 0.81 0 0.50 0.15 143.1 0.69 0.51
Hex 2A D8 6D 51 0 32 F 8F 45 33
Octal 52 330 155 121 0 62 17 217 105 63
Binary 101010 11011000 1101101 1010001 0 110010 1111 10001111 1000101 110011

Color Harmonies of #2AD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD86D

Black with #2AD86D

Text Example


Text Example

White with #2AD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,216,109); }

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

background-color css

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

 a { background-color: rgb(42,216,109); }

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

border-color css

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

 span { border-color: rgb(42,216,109); }

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