#2ac76a

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

Shades of Medium Sea Green #2AC76A

Tints of Medium Sea Green #2AC76A

Color information

#2AC76A (or 0x2AC76A) is unknown color: approx Medium Sea Green. HEX triplet: 2A, C7 and 6A. RGB value is (42,199,106). Sum of RGB (Red+Green+Blue) = 42+199+106=347 (45% of max value = 765). Red value is 42 (16.80% from 255 or 12.10% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #2AC76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC76A is #D53895. Grayscale: #8D8D8D. Windows color (decimal): -13973654 or 6997802. OLE color: 6997802.

HSL color Cylindrical-coordinate representation of color #2AC76A: hue angle of 144.46º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2AC76A is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB42199106-
CMYK0.7900.470.22
HSL144.46º65.15%47.25%-
HSV(B)144.46º78.89%78.04%-
XYZ23.9842.3820.55-
YUV141.45107.9957.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.10%
GREEN value IS 199 (78.12% from 255) = 57.35%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=12.10%
G=57.35%
B=30.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal421991060.7900.470.22144.4665.1547.25
Hex2AC76A4F02F1690412f
Octal523071521170572622010157
Binary1010101100011111010101001111010111110110100100001000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ac76a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,199,106); }

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

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

 a { background-color: rgb(42,199,106); }

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

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

 span { border-color: rgb(42,199,106); }

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