#2AB956

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

Shades of Medium Sea Green #2AB956

Tints of Medium Sea Green #2AB956

Color information

#2AB956 (or 0x2AB956) is unknown color: approx Medium Sea Green. HEX triplet: 2A, B9 and 56. RGB value is (42,185,86). Sum of RGB (Red+Green+Blue) = 42+185+86=313 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.42% from 313); Green value is 185 (72.66% from 255 or 59.11% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB956 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB956 is #D546A9. Grayscale: #838383. Windows color (decimal): -13977258 or 5683498. OLE color: 5683498.

HSL color Cylindrical-coordinate representation of color #2AB956: hue angle of 138.46º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB956 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB4218586-
CMYK0.7700.540.27
HSL138.46º63%44.51%-
HSV(B)138.46º77.3%72.55%-
XYZ19.9835.8614.67-
YUV130.96102.6264.55-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.42%
GREEN value IS 185 (72.66% from 255) = 59.11%
BLUE value IS 86 (33.98% from 255) = 27.48%
R=13.42%
G=59.11%
B=27.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal42185860.7700.540.27138.466344.51
Hex2AB9564D0361B8a3f2d
Octal52271126115066332127755
Binary101010101110011010110100110101101101101110001010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,185,86); }

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

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

 a { background-color: rgb(42,185,86); }

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

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

 span { border-color: rgb(42,185,86); }

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