#2ACA70

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

Shades of Medium Sea Green #2ACA70

Tints of Medium Sea Green #2ACA70

Color information

#2ACA70 (or 0x2ACA70) is unknown color: approx Medium Sea Green. HEX triplet: 2A, CA and 70. RGB value is (42,202,112). Sum of RGB (Red+Green+Blue) = 42+202+112=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACA70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACA70 is #D5358F. Grayscale: #909090. Windows color (decimal): -13972880 or 7391786. OLE color: 7391786.

HSL color Cylindrical-coordinate representation of color #2ACA70: hue angle of 146.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACA70 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB42202112-
CMYK0.7900.450.21
HSL146.25º65.57%47.84%-
HSV(B)146.25º79.21%79.22%-
XYZ2543.922.49-
YUV143.9109.9955.32-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.80%
GREEN value IS 202 (79.30% from 255) = 56.74%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=11.80%
G=56.74%
B=31.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal422021120.7900.450.21146.2565.5747.84
Hex2ACA704F02D15924230
Octal523121601170552522210260
Binary1010101100101011100001001111010110110101100100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,202,112); }

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

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

 a { background-color: rgb(42,202,112); }

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

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

 span { border-color: rgb(42,202,112); }

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