#2AC77A

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

Shades of Medium Sea Green #2AC77A

Tints of Medium Sea Green #2AC77A

Color information

#2AC77A (or 0x2AC77A) is unknown color: approx Medium Sea Green. HEX triplet: 2A, C7 and 7A. RGB value is (42,199,122). Sum of RGB (Red+Green+Blue) = 42+199+122=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 199 (78.12% from 255 or 54.82% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 199 - color contains mainly: green. Hex color #2AC77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC77A is #D53885. Grayscale: #8F8F8F. Windows color (decimal): -13973638 or 8046378. OLE color: 8046378.

HSL color Cylindrical-coordinate representation of color #2AC77A: hue angle of 150.57º 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 #2AC77A is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB42199122-
CMYK0.7900.390.22
HSL150.57º65.15%47.25%-
HSV(B)150.57º78.89%78.04%-
XYZ24.8942.7425.35-
YUV143.28115.9955.76-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.57%
GREEN value IS 199 (78.12% from 255) = 54.82%
BLUE value IS 122 (48.05% from 255) = 33.61%
R=11.57%
G=54.82%
B=33.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal421991220.7900.390.22150.5765.1547.25
Hex2AC77A4F0271697412f
Octal523071721170472622710157
Binary1010101100011111110101001111010011110110100101111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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