#2AC85D

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

Shades of Medium Sea Green #2AC85D

Tints of Medium Sea Green #2AC85D

Color information

#2AC85D (or 0x2AC85D) is unknown color: approx Medium Sea Green. HEX triplet: 2A, C8 and 5D. RGB value is (42,200,93). Sum of RGB (Red+Green+Blue) = 42+200+93=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 200 (78.52% from 255 or 59.70% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 200 - color contains mainly: green. Hex color #2AC85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AC85D is #D537A2. Grayscale: #8C8C8C. Windows color (decimal): -13973411 or 6146090. OLE color: 6146090.

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

Color convert

RGB4220093-
CMYK0.7900.540.22
HSL139.37º65.29%47.45%-
HSV(B)139.37º79%78.43%-
XYZ23.5842.5917.33-
YUV140.56101.1557.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 12.54%
GREEN value IS 200 (78.52% from 255) = 59.70%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=12.54%
G=59.70%
B=27.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal42200930.7900.540.22139.3765.2947.45
Hex2AC85D4F036168b412f
Octal523101351170662621310157
Binary1010101100100010111011001111011011010110100010111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AC85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,200,93); }

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

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

 a { background-color: rgb(42,200,93); }

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

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

 span { border-color: rgb(42,200,93); }

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