#2acd70

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

Shades of Medium Sea Green #2ACD70

Tints of Medium Sea Green #2ACD70

Color information

#2ACD70 (or 0x2ACD70) is unknown color: approx Medium Sea Green. HEX triplet: 2A, CD and 70. RGB value is (42,205,112). Sum of RGB (Red+Green+Blue) = 42+205+112=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ACD70 is #D5328F. Grayscale: #919191. Windows color (decimal): -13972112 or 7392554. OLE color: 7392554.

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

Color convert

RGB42205112-
CMYK0.8000.450.20
HSL145.77º65.99%48.43%-
HSV(B)145.77º79.51%80.39%-
XYZ25.7145.3222.72-
YUV145.6610954.06-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 11.70%
GREEN value IS 205 (80.47% from 255) = 57.10%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=11.70%
G=57.10%
B=31.20%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal422051120.8000.450.20145.7765.9948.43
Hex2ACD705002D14924230
Octal523151601200552422210260
Binary1010101100110111100001010000010110110100100100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2acd70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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