#2AD26D

Color #2AD26D Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #2AD26D

Tints of Medium Sea Green #2AD26D

Color information

#2AD26D (or 0x2AD26D) is unknown color: approx Medium Sea Green. HEX triplet: 2A, D2 and 6D. RGB value is (42,210,109). Sum of RGB (Red+Green+Blue) = 42+210+109=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #2AD26D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AD26D is #D52D92. Grayscale: #949494. Windows color (decimal): -13970835 or 7197226. OLE color: 7197226.

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

Color convert

RGB42210109-
CMYK0.800.480.18
HSL143.93º66.67%49.41%-
HSV(B)143.93º80%82.35%-
XYZ26.7647.6922.26-
YUV148.25105.8452.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.63%
GREEN value IS 210 (82.42% from 255) = 58.17%
BLUE value IS 109 (42.97% from 255) = 30.19%
R=11.63%
G=58.17%
B=30.19%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal422101090.800.480.18143.9366.6749.41
Hex2AD26D5003012904331
Octal523221551200602222010361
Binary1010101101001011011011010000011000010010100100001000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AD26D;
 }
 .AnyTagClassName
 {
   color: #2AD26D;
 }
</style>
background-color css

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

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

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

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

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

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